GraphQL behavior when query gets "limited"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2023
01:33 AM
Hi,
In the GraphQL documnetation, it was mentioned that one should " Request reasonable page sizes to avoid being limited." What is limited in this context? Does this mean that the call would return an error or null? Or would it return an incomplete response with missing data.
Does this affect unpaginated queries?
Does the X-Rate-limiting header have anything to do with this?
Thanks
Users who also had this question