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.
Open the GraphQL Explorer
Section titled “Open the GraphQL Explorer”- Open your project in the Studio.
- Go to Tools → GraphQL Explorer.
What you can do
Section titled “What you can do”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.
Typical workflow
Section titled “Typical workflow”A common workflow looks like this:
- Open the GraphQL Explorer.
- Write or paste a query.
- Run the query.
- Review the response.
- Adjust the query until it returns the data you need.
- Copy the final query into your website or app.
Why use it
Section titled “Why use it”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.