Get weekly tips and resources to help you build and launch faster.
GraphDev is a browser-based IDE to debug and develop with GraphQL. Re-run queries, view the schema, and share requests through generatable links. Requests can be exported from GraphQL Network Inspector for a seemless debugging experience.
Execute any query by clicking the "send" button. The response will be displayed in the right panel.

To share a request, click the "share" button. This will generate a link that can be shared with others. The link will include both the request and response.

Don't want to share something sensetive? See the environment variables section for how to keep your secrets safe.
You can create a new environment in the footer bar. Click "Create environment" and add any variables you want to keep private. These variables will be available in your queries and mutations, but crucially are only stored locally.

Environment variables can be access in the URL bar, query, variables and request headers. Just type {{}} to see a list of available variables.

Since GraphDev is a browser-based IDE, it can't make requests to servers that don't have CORS enabled. To get around this, you can use the built-in CORS proxy. Switch agents in the footer bar "Desktop" to proxy requests via your local machine.

If you can't figure out what to query, you can talk to your schema with AI. Click the "Talk to schema" button and ask a question. The AI will suggest queries and mutations based on your question and context of your schema.

You can create collections to group your queries and mutations. Create collections in the sidebar, then add a request in the footer bar.

Schema explorer is coming soon!
Get weekly tips and resources to help you build and launch faster.
© 2026 Overstacked. All rights reserved.
All systems operational