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 c680719 commit ec982acCopy full SHA for ec982ac
docs/execution/queryvalidation.rst
@@ -56,7 +56,7 @@ perform validation, your validator class should define one or more of enter_* an
56
enter/leave items as well as details on function documentation, please see contents of the visitor module. To make
57
validation fail, you should call validator's report_error method with the instance of GraphQLError describing failure
58
reason. Here is an example query validator that visits field definitions in GraphQL query and fails query validation
59
-if any of those fields are introspection fields:
+if any of those fields are blacklisted fields:
60
61
.. code:: python
62
from graphql import GraphQLError
0 commit comments