Skip to content

Commit c8dd96c

Browse files
authored
Add troubleshooting in GraphQL limitations
1 parent def30c1 commit c8dd96c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

content/graphql/limitations.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,3 +181,15 @@ To create your integration based on the GraphQL outbound API, you will need to h
181181

182182
::: panel-link Next step: status and error codes [Next](/graphql/error-codes.html)
183183
:::
184+
185+
## Common troubleshooting caused by limitations
186+
187+
:::warning
188+
Before contacting support, please check this section. We keep it updated, and your solution might be here.
189+
:::
190+
191+
### My paginated request is getting a 429 Too Many Requests error.
192+
To resolve this error, you need to reduce the rate or intensity of your calls. Try:
193+
- simplifying the query you are making
194+
- fetching a smaller amount of data in each page
195+
- adding a pause between your paginated requests. Using an exponential backoff strategy for retries is a good practice here.

0 commit comments

Comments
 (0)