GraphQL Documentation

GraphQL is a schema-rich technology, meaning it provides a detailed view of its structure. In any GraphQL editor, you can introspect the entire schema, which includes all the available Queries and Mutations that can be executed.

The process of interacting with the schema may differ depending on the specific tool you are using. Below are screenshots from three different GraphQL tools, each demonstrating how the schema is accessed in its unique interface.

GraphQL Playground

GraphQL Playground

Postman

Postman

Hasura Cloud:  <https://cloud.hasura.io/public/graphiql>

Hasura Cloud: https://cloud.hasura.io/public/graphiql