Enter your GraphQL API endpoint URL in the URL bar at the top.
Write your GraphQL query in the query editor, or click 'Introspect Schema' to explore available types and fields.
Add query variables as JSON in the Variables tab if your query uses parameterized inputs.
Add custom headers (e.g., Authorization) in the Headers tab for authenticated APIs.
Click Execute or press Cmd+Enter to run the query and view the formatted response.
Full GraphQL query editor with syntax validation and prettify support.
Schema introspection to browse all types, fields, and arguments from any GraphQL endpoint.
Variables editor for parameterized queries with JSON validation.
Custom headers support for authenticated GraphQL APIs (Bearer token, API key, etc.).
Response visualization with syntax-highlighted JSON, GraphQL error highlighting, and timing.
Multiple operation support with operation name selector dropdown.
Query history storing your last 30 queries for one-click replay.
Copy query as cURL command for sharing or use in scripts.
Server-side proxy for CORS bypass — query any GraphQL API without browser restrictions.
AI-powered query suggestions, error explanations, and optimization tips.
Keyboard shortcuts for fast workflow: Cmd+Enter to execute, Cmd+Shift+P to prettify.
Pre-loaded example endpoints (Countries API, SpaceX API, Rick & Morty API) to try immediately.