GraphQL Playground
Test GraphQL queries and mutations with variables and custom authentication headers.
How to Use GraphQL Playground
Enter your GraphQL endpoint URL.
Write your query or mutation in the query editor.
Set variables JSON if needed and run the request.
Frequently Asked Questions
Can I query public GraphQL endpoints?
Yes, you can query any CORS-enabled GraphQL API (such as Countries GraphQL or GitHub GraphQL).
Related Developer Tools
Explore more free client-side developer utilities in this category
API Tester
Test REST API endpoints live in your browser with custom HTTP methods, headers, query params, and body.
REST API Client
Lightweight, postman-like browser REST client for debugging and testing web services.
API Documentation Generator
Generate clean, markdown and HTML API documentation from endpoint definitions and JSON payloads.
Webhook Tester
Inspect, test, and simulate webhook payloads, event triggers, and signature verifications.
cURL Command Generator
Build custom cURL commands visually with method, headers, auth tokens, query params, and body.
cURL to Code Converter
Convert cURL commands into JavaScript Fetch, Python Requests, Node.js Axios, Go, and PHP.