summaryrefslogtreecommitdiff
path: root/queries/github/gh_list_repos.graphql
diff options
context:
space:
mode:
authorGravatar Anshul Gupta <ansg191@anshulg.com> 2025-06-13 16:03:44 -0700
committerGravatar GitHub <noreply@github.com> 2025-06-13 16:03:44 -0700
commit0522cf2b5a5a93038a5a87f20bb83e443738a741 (patch)
treec33fe7e87b312e3618aaebe72da6c8bd6a6e6be4 /queries/github/gh_list_repos.graphql
parentd814e2111a539bacf8be4958a6cea14040490015 (diff)
parent6bf51383587f7d6ff31f253dba5fa6d2209fee6d (diff)
downloadgithub-mirror-0522cf2b5a5a93038a5a87f20bb83e443738a741.tar.gz
github-mirror-0522cf2b5a5a93038a5a87f20bb83e443738a741.tar.zst
github-mirror-0522cf2b5a5a93038a5a87f20bb83e443738a741.zip
Merge pull request #4 from ansg191/gh-ssh
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
}