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 c1bd255 commit 1d6f9e9Copy full SHA for 1d6f9e9
docs/execution/queryvalidation.rst
@@ -38,7 +38,7 @@ Here is how you would implement depth-limiting on your schema.
38
# will not be executed.
39
40
validation_errors = validate(
41
- schema=schema,
+ schema=schema.graphql_schema,
42
document_ast=parse('THE QUERY'),
43
rules=(
44
depth_limit_validator(
@@ -74,7 +74,7 @@ Here is how you would disable introspection for your schema.
74
# introspection queries will not be executed.
75
76
77
78
79
80
DisableIntrospection,
0 commit comments