From 754d2344ec3d2f21e90f1042efd10e9adfedc269 Mon Sep 17 00:00:00 2001 From: Dick Tang Date: Sun, 3 Apr 2022 11:29:32 +0000 Subject: [PATCH] fix org repos listing --- src/graphql/GitHubRepos.gql | 1 + 1 file changed, 1 insertion(+) diff --git a/src/graphql/GitHubRepos.gql b/src/graphql/GitHubRepos.gql index 1a038f9..e784e96 100644 --- a/src/graphql/GitHubRepos.gql +++ b/src/graphql/GitHubRepos.gql @@ -8,6 +8,7 @@ query($ghLogin: String!, $after: String) { repositories( first: 100 after: $after + affiliations: [OWNER, ORGANIZATION_MEMBER, COLLABORATOR] ownerAffiliations: [OWNER, ORGANIZATION_MEMBER, COLLABORATOR] ) { totalCount