GraphQL Client
Run GraphQL queries and explore API responses.
How to use
- Enter your GraphQL HTTP endpoint URL.
- Add headers such as Content-Type: application/json and any auth headers.
- Paste your query (and variables JSON if needed) in the body.
- Send the request and inspect the JSON response and errors array.
Features
- Run GraphQL queries and explore API responses.
- Clean layout optimized for developers on desktop and mobile.
- No account required for core workflows.
Related tools
FAQ
Can I run GraphQL queries here?
Use the request builder to POST to your GraphQL endpoint with a JSON body containing query and variables.
Does it support subscriptions?
Browser clients are best for query and mutation over HTTP. Subscriptions usually need WebSockets and a dedicated client.
Why am I seeing CORS errors?
The target server must allow your origin. For local servers, use a tunnel or enable CORS during development.
Is this tool free?
Yes. No login is required for the built-in HTTP client workflow.