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

Add pagination for the Graphql client #89

Closed
ericboucher opened this issue Feb 9, 2022 · 2 comments · Fixed by #118
Closed

Add pagination for the Graphql client #89

ericboucher opened this issue Feb 9, 2022 · 2 comments · Fixed by #118
Assignees

Comments

@ericboucher
Copy link
Contributor

ericboucher commented Feb 9, 2022

The basic implementation done in #78 does not allow for pagination. If we are to use the graphql endpoint to get more data, we will need to implement pagination in the client.

@ericboucher
Copy link
Contributor Author

@ericboucher
Copy link
Contributor Author

The pagination should be implemented in a way that allows for "deep pagination". I.e. look for the deepest next page token and rotate it until hasNextPage = false

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

Successfully merging a pull request may close this issue.

1 participant