How to use
1
Enter your GraphQL endpoint.
2
Write or paste a query or mutation.
3
Add variables or headers when needed.
4
Run the operation and inspect the response.
Run your operation to see data, GraphQL errors, and HTTP failures.
Point the tester at any browser-accessible GraphQL endpoint, write a query or mutation, add variables and headers, then inspect the response in one focused workspace.
Enter your GraphQL endpoint.
Write or paste a query or mutation.
Add variables or headers when needed.
Run the operation and inspect the response.
Does it execute locally? Requests go directly from your browser to the endpoint.
Why did it fail? Check the endpoint, variables, authentication headers, and CORS policy.
Is my query stored? Recent requests are kept only in this browser.