Commit ff8c0b2
Changed files (2)
src
task
src/task/repos/repos.graphql
@@ -43,6 +43,7 @@ query ReposQuery(
first: $num
after: $cursor
orderBy: { field: CREATED_AT, direction: DESC }
+ privacy: PUBLIC
) {
totalCount
nodes {
src/task/repos/repos.graphql.ts
@@ -78,6 +78,7 @@ query ReposQuery($login: String!, $author: ID!, $num: Int = 50, $cursor: String)
first: $num
after: $cursor
orderBy: {field: CREATED_AT, direction: DESC}
+ privacy: PUBLIC
) {
totalCount
nodes {