graphql-python / gql

A GraphQL client in Python

Home Page:https://gql.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Validate variable values if a schema is present

leszekhanusz opened this issue · 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.