From 706b419d70081bf8ac666e82be567c24b8274a47 Mon Sep 17 00:00:00 2001 From: Patricia Loraine Santa Ana Date: Wed, 5 Nov 2025 09:10:02 -0800 Subject: [PATCH] graphql limit --- .../docs/api-shield/security/graphql-protection/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/api-shield/security/graphql-protection/index.mdx b/src/content/docs/api-shield/security/graphql-protection/index.mdx index 259bea7c7c5a9e3..5cc09df350e5f6c 100644 --- a/src/content/docs/api-shield/security/graphql-protection/index.mdx +++ b/src/content/docs/api-shield/security/graphql-protection/index.mdx @@ -16,4 +16,4 @@ GraphQL malicious query protection is available for all API Shield customers. En ## Limitations -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`. +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`.