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.
1 parent cb7ddd7 commit 0537dafCopy full SHA for 0537daf
README.md
@@ -743,7 +743,7 @@ This has just scratched the surface of the validation system; there
743
are a number of validation rules in place to ensure that a GraphQL query
744
is semantically meaningful. The specification goes into more detail about this
745
topic in the "Validation" section, and the
746
-[validator](https://github.com/graphql/graphql-js/blob/master/src/validator)
+[validation](https://github.com/graphql/graphql-js/blob/master/src/validation)
747
directory in GraphQL.js contains code implementing a
748
specification-compliant GraphQL validator.
749
0 commit comments