Format, minify, and validate GraphQL schemas and queries; convert SDL ↔ TypeScript, infer SDL from JSON; generate mock data from SDL types; inline fragment spreads; browse introspection schemas.
Format, minify, and validate GraphQL schemas and queries; convert SDL ↔ TypeScript, infer SDL from JSON; generate mock data from SDL types; inline fragment spreads; browse introspection schemas.
Yes. GraphQL can format a multi-operation GraphQL document, directly in your browser.
Yes. GraphQL can minify a GraphQL schema, directly in your browser.
Yes. GraphQL can generate TypeScript types from a GraphQL SDL, directly in your browser.
No. This tool runs entirely in your browser — your input is processed locally on your device and is never uploaded or stored on a server.