Prüfen Sie GraphQL SDL oder Introspektions-JSON, sehen Sie Typen und Root-Felder, kontrollieren Sie Operationen und erzeugen Sie eine JSON-Variablenvorlage. Schema und Query verlassen den Browser nicht.
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.