Skip to content

Commit 004534d

Browse files
authored
[APIM] Update validate-graphql-request-policy.md
Add GraphQL query field limit
1 parent 91f7c2b commit 004534d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/api-management/validate-graphql-request-policy.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,10 @@ Available actions are described in the following table.
9090
* Fragments
9191
* Unions
9292
* Interfaces
93-
* The schema element
94-
93+
* The schema element
94+
95+
* The GraphQL request that's validated by the policy can contain a maxiumum of 250 GraphQL query fields at all levels.
96+
9597
## Error handling
9698

9799
Failure to validate against the GraphQL schema, or a failure for the request's size or depth, is a request error and results in the request being failed with an errors block (but no data block).

0 commit comments

Comments
 (0)