diff options
Diffstat (limited to 'queries/github/gh_identity.graphql')
-rw-r--r-- | queries/github/gh_identity.graphql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/queries/github/gh_identity.graphql b/queries/github/gh_identity.graphql new file mode 100644 index 0000000..8381490 --- /dev/null +++ b/queries/github/gh_identity.graphql @@ -0,0 +1,5 @@ +query { + viewer { + login + } +}
\ No newline at end of file |