You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It shows that the cursor of the last repo is Y3Vyc29yOnYyOpHOCWwxJg==, and then we can use start: "Y3Vyc29yOnYyOpHOCWwxJg==" to find the 101-200 repos, and so on
Additional context
I'll draft a PR for this later
The text was updated successfully, but these errors were encountered:
Describe the bug
The most used languages count only count the oldest 100 projects sorted by time. The new projects are not counted
Expected behavior
The most used languages count should count all projects
Screenshots / Live demo link (paste the github-readme-stats link as markdown image)
I test it in https://docs.github.com/en/graphql/overview/explorer
The current graphql is like
github limit the
first
to be 100, but we can add a parameterstart
to use the pagination and traverse all pages.For example, we can add edges { cursor } and get a list of cursors
It shows that the cursor of the last repo is
Y3Vyc29yOnYyOpHOCWwxJg==
, and then we can usestart: "Y3Vyc29yOnYyOpHOCWwxJg=="
to find the 101-200 repos, and so onAdditional context
I'll draft a PR for this later
The text was updated successfully, but these errors were encountered: