Open jspeed-meyers opened 1 year ago
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.
get_gh_user_gh_sponsors
This code snippet might help with resolving this issue: https://til.simonwillison.net/github/graphql-pagination-python
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