Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

6k result limit #4

Open
gumdropsteve opened this issue Jun 13, 2021 · 0 comments
Open

6k result limit #4

gumdropsteve opened this issue Jun 13, 2021 · 0 comments

Comments

@gumdropsteve
Copy link

gumdropsteve commented Jun 13, 2021

Issue

Running a query that returns more than 6,000 results with max set above 6,000 results in error.

Error

Error: [{"message":"The `skip` argument must be between 0 and 5000, but is 6000"}]
    at /.../node_modules/graph-results-pager/index.js:55:12
    at processTicksAndRejections (internal/process/task_queues.js:93:5)

Code to reproduce

example.js without where and max: https://gist.github.com/gumdropsteve/d6ad5aa4a0d20f05b8290539752bd574

code I'm working on: https://gist.github.com/gumdropsteve/b3060dbde771708039a30c2243795176

Question

Any suggestions for getting around this?

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

No branches or pull requests

1 participant