summaryrefslogtreecommitdiff
path: root/queries/github/gh_list_repos.graphql
diff options
context:
space:
mode:
Diffstat (limited to 'queries/github/gh_list_repos.graphql')
-rw-r--r--queries/github/gh_list_repos.graphql1
1 files changed, 1 insertions, 0 deletions
diff --git a/queries/github/gh_list_repos.graphql b/queries/github/gh_list_repos.graphql
index d7d36b3..0e728b6 100644
--- a/queries/github/gh_list_repos.graphql
+++ b/queries/github/gh_list_repos.graphql
@@ -4,6 +4,7 @@ query GetUserRepos($username: String!, $after: String) {
nodes {
name
url
+ sshUrl
isFork
isPrivate
}