Skip to content

Commit a6fe76a

Browse files
graphql limit (#26321)
1 parent 7420a88 commit a6fe76a

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/api-shield/security/graphql-protection

1 file changed

+1
-1
lines changed

src/content/docs/api-shield/security/graphql-protection/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ GraphQL malicious query protection is available for all API Shield customers. En
1616

1717
## Limitations
1818

19-
Our initial release is limited to parsing GraphQL `POST` bodies smaller than 5 KB. This limit will be lifted in a future release. Additionally, we currently inspect only `POST` requests with `content-types` of `application/json` or `application/graphql` where the queries do not contain fragments or multiple operations. Parsing and rules are limited to paths ending in `/graphql`.
19+
Our initial release is limited to parsing GraphQL `POST` bodies smaller than 20 KB. This limit will be lifted in a future release. Additionally, we currently inspect only `POST` requests with `content-types` of `application/json` or `application/graphql` where the queries do not contain fragments or multiple operations. Parsing and rules are limited to paths ending in `/graphql`.

0 commit comments

Comments
 (0)