Include all repo w/ access to

This commit is contained in:
Raymond Nook
2021-12-04 15:18:53 -05:00
committed by devStorm
parent 798bf72dee
commit 45e211eb0e
+1 -1
View File
@@ -9,7 +9,7 @@ const fetcher = (variables, token) => {
query userInfo($login: String!) {
user(login: $login) {
# fetch only owner repos & not forks
repositories(ownerAffiliations: OWNER, isFork: false, first: 100) {
repositories(ownerAffiliations: [OWNER, ORGANIZATION_MEMBER, COLLABORATOR], isFork: false, first: 100) {
nodes {
name
languages(first: 10, orderBy: {field: SIZE, direction: DESC}) {