Interactive GraphQL playground to test queries and mutations against any GraphQL endpoint. Enter a schema URL, write queries and see results. Browser-based.
Your data never leaves your browserRelated
No. This is a browser-based GraphQL client. Just enter your GraphQL endpoint URL, write your query and click Run.
Yes, as long as the API allows CORS requests from browsers. APIs behind authentication can be accessed by adding custom headers.