Skip to content

Commit ec982ac

Browse files
committed
update docs typo
1 parent c680719 commit ec982ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/execution/queryvalidation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ perform validation, your validator class should define one or more of enter_* an
5656
enter/leave items as well as details on function documentation, please see contents of the visitor module. To make
5757
validation fail, you should call validator's report_error method with the instance of GraphQLError describing failure
5858
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:
59+
if any of those fields are blacklisted fields:
6060

6161
.. code:: python
6262
from graphql import GraphQLError

0 commit comments

Comments
 (0)