mirror of
https://github.com/moollaza/repo-remover.git
synced 2026-04-28 18:25:48 +03:00
[GH-ISSUE #160] GraphQL : Query - how to get more than the 100 first repo or how to get next 100 till the last #8
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/repo-remover-moollaza#8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @yboujraf on GitHub (Sep 11, 2020).
Original GitHub issue: https://github.com/moollaza/repo-remover/issues/160
Dear @moollaza
I tried to modify the number of repo returned by the query.
If more than 100, I got an error.
I tried :
I got the last 100 repositories.
But finally, how to get from 100 till 200 ?
Best Regards,
Youssef
@moollaza commented on GitHub (Sep 12, 2020):
Duplicate of #138
@moollaza commented on GitHub (Sep 12, 2020):
@yboujraf the API is limited to returning at most 100 repos per page. To get more than 100 results, we need to implement a check for additional pages of results.