GraphQL Client

Run GraphQL queries and explore API responses.

Query Parameters

Ready to Send

Enter a URL and click Send to see the response here.

How to use

  1. Enter your GraphQL HTTP endpoint URL.
  2. Add headers such as Content-Type: application/json and any auth headers.
  3. Paste your query (and variables JSON if needed) in the body.
  4. Send the request and inspect the JSON response and errors array.

Features

  • Run GraphQL queries and explore API responses.
  • Clean layout optimized for developers on desktop and mobile.
  • No account required for core workflows.

FAQ

Can I run GraphQL queries here?

Use the request builder to POST to your GraphQL endpoint with a JSON body containing query and variables.

Does it support subscriptions?

Browser clients are best for query and mutation over HTTP. Subscriptions usually need WebSockets and a dedicated client.

Why am I seeing CORS errors?

The target server must allow your origin. For local servers, use a tunnel or enable CORS during development.

Is this tool free?

Yes. No login is required for the built-in HTTP client workflow.