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
In PR #19, @jmelot rightly pointed out that the get_gh_user_gh_sponsors function only returned the first 100 sponsors. This function should return all sponsors.
In PR #19, @jmelot rightly pointed out that the
get_gh_user_gh_sponsors
function only returned the first 100 sponsors. This function should return all sponsors.This code snippet might help with resolving this issue: https://til.simonwillison.net/github/graphql-pagination-python
The text was updated successfully, but these errors were encountered: