...
This tool validates GraphQL queries against a schema defined using Schema Definition Language (SDL) . This so that callers know they need to update their GraphQL queries and their GraphQL responders to match the current schema.This tool requires a validate license.
See Validating Incoming Requests for an example of using validators like this one in a common workflow.
Attaching a GraphQL Query Validator to Existing Tools
...