Get repos from the GitHub GraphQL API which are owned by the authenticated user (owner of the token).
Instead of OWNER
, you can also change the ownerAffiliations
filter in the query to be COLLABORATOR
or ORGANIZATION_MEMBER
. Or omit the filter.
Instead of setting privacy
filter to PUBLIC
, you can set to PRIVATE
. Or omit the filter.