You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not really "Unlimited Pagination" as the docs say, so seems there is a bug here.
If this skip of 5000 is a limitation in the graph node, the client can still filter by ID and serve more than 6000
The text was updated successfully, but these errors were encountered:
spennyp
changed the title
autoPagination limited at 6000 entities
[Bug] autoPagination limited at 6000 entities
Oct 26, 2023
I have having some problems with the autoPagination feature. It seems I am unable to get more than 6000 items due to:
I followed the docs from here:
My .graphclientrc.yml is:
My test.graphql is:
And I am executing the query like so:
Looks like others are having the same issue
This is not really "Unlimited Pagination" as the docs say, so seems there is a bug here.
If this skip of 5000 is a limitation in the graph node, the client can still filter by ID and serve more than 6000
The text was updated successfully, but these errors were encountered: