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

[Feature]: Support pagination in github.request and github.graphql built-in functions #32

Open
1 task done
wtfiscrq opened this issue Jul 4, 2022 · 1 comment
Open
1 task done
Labels
enhancement New feature or request

Comments

@wtfiscrq
Copy link
Member

wtfiscrq commented Jul 4, 2022

What would you like to see improved?

The github.request and github.graphql built-in functions don't support pagination (i.e. load every item, not only the first 100).

We could implement this by re-using the same logic that https://github.com/cli/cli uses here.

What would be the ideal solution?

Support pagination (i.e. return all items).

What would be a "good enough" solution?

☝🏼

Code of Conduct

  • I agree to follow Reposaur's Code of Conduct
@wtfiscrq wtfiscrq added the enhancement New feature or request label Jul 4, 2022
@cpmachado
Copy link
Member

Hello there,

Has anyone picked this up?

BR,
cpmachado

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants