gql icon indicating copy to clipboard operation
gql copied to clipboard

Validate variable values if a schema is present

Open leszekhanusz opened this issue 2 years ago • 0 comments

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.

leszekhanusz avatar Sep 08 '23 19:09 leszekhanusz