Skip to content

Commit 2edc441

Browse files
committed
[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.
1 parent 6e385c3 commit 2edc441

File tree

1 file changed

+1
-0
lines changed
  • content/analytics/graphql-api/limits

1 file changed

+1
-0
lines changed

content/analytics/graphql-api/limits/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ limits:
2424

2525
These limits are applied to every query for every plan:
2626

27+
* GraphQL inputs cannot be larger than **25KB**
2728
* A zone-scoped query can include up to **10 zones**
2829
* An account-scoped query can include only **1 account**
2930

0 commit comments

Comments
 (0)