GraphiQL for the Admin API

GraphiQL is an in-browser tool for writing, validating, and testing GraphQL queries. When working with Shopify's GraphQL Admin API, GraphiQL can be useful for the following tasks:

  • Learning about the available queries and mutations
  • Executing specific queries and mutations to extract information or accomplish tasks

For more information on GraphQL Admin API queries, refer to the GraphQL Admin API reference.