PRAVIDHI
Back to Tools
GraphQL Playground
Test GraphQL queries, mutations, and subscriptions
Example APIs
Countries API
Rick & Morty
SpaceX
GraphQL Endpoint
Run
Query
Variables
Headers
query { countries { code name capital currency } }
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