-
-
Notifications
You must be signed in to change notification settings - Fork 27
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: GraphQL Pagination #112
Comments
I'm not familiar with GraphQL pagination queries, but I can give it a try 😄 |
@yanyongyu The main design of the SDK above is a convention:
that the GraphQL query must have the It should be possible for users to handle this iteration logic manually but an out-of-the-box API can help. |
And here is the related GitHub docs: https://docs.github.com/en/graphql/guides/using-pagination-in-the-graphql-api |
After a deep understanding of octokit plugin paginate graphql, I'll record some key points and notes here:
|
Something like https://github.com/octokit/plugin-paginate-graphql.js
The text was updated successfully, but these errors were encountered: