GraphQL behavior when query gets "limited"

ConfusedKoala
Community Member

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

Labels (1)
0 Likes