GraphQL Query Builder

Paste a schema, choose a root operation and fields, then generate a query, variables object, and request code. Processing stays in your browser.

1. GraphQL schema

Subset: schema, type, input, enum, scalar, descriptions, arguments, lists, nullability, and scalar defaults. Field directives are ignored. Interfaces, unions, extensions, and directive definitions are unsupported.

2. Select operation

Root fields

Parse a schema to see its root fields.

3. Generated output