GraphQL Playground
Many playgrounds or developer tools exist to explore and test a GraphQL API.
One tool is Hasura's GraphiQL , which provides Schema Introspection, allowing you to see what entities are available and easily construct queries. All that is required is a bearer token, as described on the Authentication page.
Last updated
Was this helpful?