GraphQL Playground

Client‑side • Zero‑build CORS: unknown
If you hit a CORS error, enable CORS on the server or use a proxy (see notes below).
Headers (JSON)
Example: {"Authorization":"Bearer …"}
Docs (Schema Introspection)
CORS / Proxy Notes
  • Browsers block cross‑origin requests unless the API sets Access-Control-Allow-Origin.
  • For dev, you can run a tiny proxy that adds CORS headers (Node/Express, Nginx, Cloudflare Worker). This UI supports an optional Proxy URL below.
  • Server fix (Express): app.use(require('cors')({ origin: '*' })).
Query
Variables (JSON)
Response
Time: • Size:
History