Inspecciona GraphQL SDL o JSON de introspección, consulta tipos y campos raíz, revisa selecciones de una operación y crea una plantilla de variables JSON. El schema y la consulta no salen del navegador.
This 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.