From 2edc4419e33eb61a1848e61f5316b250b96ee2a6 Mon Sep 17 00:00:00 2001 From: Miki Mokrysz Date: Wed, 15 Nov 2023 16:47:48 +0000 Subject: [PATCH] [Analytics] Document that GraphQL query inputs cannot exceed 25KB We're imposing a limit on the sizes of GraphQL queries - that is, the input data, and not the output. This commit documents that change. I wasn't sure how best to convey that it isn't the response that is being limited. Ideas for rephrasing are welcome. --- content/analytics/graphql-api/limits/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/analytics/graphql-api/limits/index.md b/content/analytics/graphql-api/limits/index.md index 84763587c45c9c5..a322335948350c6 100644 --- a/content/analytics/graphql-api/limits/index.md +++ b/content/analytics/graphql-api/limits/index.md @@ -24,6 +24,7 @@ limits: These limits are applied to every query for every plan: +* GraphQL inputs cannot be larger than **25KB** * A zone-scoped query can include up to **10 zones** * An account-scoped query can include only **1 account**