Skip to content

GraphQL Explorer

The GraphQL Explorer lets you test queries directly inside the Studio before adding them to your website, app, or integration.

It is useful for exploring the schema, checking available fields, and validating that a query returns the content you expect.

  1. Open your project in the Studio.
  2. Go to ToolsGraphQL Explorer.

In the explorer, you can:

  • run queries against your project
  • inspect the schema
  • check content model and field names
  • test filters, sorting, and pagination
  • review the returned response structure

This makes it easier to build and refine queries without needing to switch back and forth between the Studio and your application.

A common workflow looks like this:

  1. Open the GraphQL Explorer.
  2. Write or paste a query.
  3. Run the query.
  4. Review the response.
  5. Adjust the query until it returns the data you need.
  6. Copy the final query into your website or app.

The GraphQL Explorer helps reduce guesswork when working with the API. It gives developers and technical editors a quick way to understand the shape of the content and confirm that queries are working before they are used elsewhere.