We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Currently gql will locally validate the GraphQL request to see if it correspond to the GraphQL schema if it is present.
It does not validate variable values though.
It's something we could do.