Back to Tools GraphQL Playground
Test GraphQL queries, mutations, and subscriptions
Example APIs
Enter your GraphQL query or mutation here
GraphQL Tips
- • GraphQL APIs typically accept POST requests with query in the body
- • Use the Variables tab to pass dynamic values to your query
- • Add authentication headers in the Headers tab (e.g., Authorization)
- • Mutations follow the same syntax as queries but modify data