Skip to content

Comments

PAPI-3195. GraphQL Limiter#1265

Draft
retnc wants to merge 4 commits intomainfrom
PAPI-3195
Draft

PAPI-3195. GraphQL Limiter#1265
retnc wants to merge 4 commits intomainfrom
PAPI-3195

Conversation

@retnc
Copy link

@retnc retnc commented Feb 20, 2026

https://bigcommercecloud.atlassian.net/browse/PAPI-3195

What changed?

Page related to GraphQL IP limiter added.

Release notes

Merchant maintainers will be able to understand their query complexity
and general rules how queries are limited

Examples:

  • store sends GraphQL query with complexity 15000, gets response headers:
`X-BC-IP-Rate-Limit-Requests-Quota`: 100000
`X-BC-IP-Rate-Limit-Requests-Quota-Left`: 85000
  • at the same time store sends GraphQL query with complexity 15000, gets response headers:
`X-BC-IP-Rate-Limit-Requests-Quota`: 100000
`X-BC-IP-Rate-Limit-Requests-Quota-Left`: 60000

in case of many simultaneously requests are running there is a chance to get something like

`X-BC-IP-Rate-Limit-Requests-Quota`: 100000
`X-BC-IP-Rate-Limit-Requests-Quota-Left`: 1000
`X-BC-Rate-Limit-Reason-Code`: 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant