Inspect GraphQL SDL or introspection JSON, list types and root fields, validate a copied operation's selections, and create a JSON variables template without calling an endpoint.
Runs locally in your browserThis is a schema and query helper. It does not send the operation, variables, or schema to a GraphQL endpoint.
The explorer identifies common SDL and introspection structures, checks root fields, and creates a starting variables object. It is not a replacement for server-side GraphQL validation.