GraphQL Playground
Write and execute GraphQL queries against any endpoint. View schema introspection, set variables, and inspect formatted responses.
Something went wrong
More options
How to use GraphQL Playground
- Enter your GraphQL endpoint URL.
- Write your query in the editor.
- Set variables in JSON format if needed.
- Click Execute to run the query and view results.
What is GraphQL Playground?
A GraphQL playground provides an interactive environment for writing and testing GraphQL queries. It supports schema introspection to explore available types and fields, variable substitution, and formatted response viewing.
This tool sends requests directly from your browser to the GraphQL endpoint. It's perfect for exploring new APIs, testing queries during development, and debugging GraphQL operations.
FAQ
- What is schema introspection?
- Schema introspection is a GraphQL feature that lets you query the schema itself to discover available types, fields, and relationships.
- Can I test authenticated queries?
- Yes — add your authorization token in the headers section to test authenticated endpoints.
Related tools
People also use
- API Mock Generator🔗 API Tools
Free online API mock generator. Generate realistic mock API responses from JSON Schema or sample data. Perfect for frontend development and testing.
- REST API Tester🔗 API Tools
Free online REST API tester. Send GET, POST, PUT, DELETE requests with custom headers and body. View formatted responses instantly in your browser.
- WebSocket Tester🔗 API Tools
Free online WebSocket tester. Connect to WebSocket endpoints, send and receive messages, and monitor connection events. Runs in your browser.