diff options
author | 2025-06-13 16:03:44 -0700 | |
---|---|---|
committer | 2025-06-13 16:03:44 -0700 | |
commit | 0522cf2b5a5a93038a5a87f20bb83e443738a741 (patch) | |
tree | c33fe7e87b312e3618aaebe72da6c8bd6a6e6be4 /queries/github/gh_list_repos.graphql | |
parent | d814e2111a539bacf8be4958a6cea14040490015 (diff) | |
parent | 6bf51383587f7d6ff31f253dba5fa6d2209fee6d (diff) | |
download | github-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.graphql | 1 |
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 } |