We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is partially implemented, but still lacks majority of the rules.
Unlike graphql-js, there is no validation context given when validating a document. A schema validation rule should be self-sufficient and based only on the given AST document. See https://github.com/gql-dart/gql/tree/master/gql/lib/src/validation.
graphql-js
The text was updated successfully, but these errors were encountered:
Merge pull request #4 from gql-dart/master
53a1e08
Staying up to date
No branches or pull requests
This is partially implemented, but still lacks majority of the rules.
Unlike
graphql-js
, there is no validation context given when validating a document. A schema validation rule should be self-sufficient and based only on the given AST document.See https://github.com/gql-dart/gql/tree/master/gql/lib/src/validation.
The text was updated successfully, but these errors were encountered: