1
0
mirror of https://github.com/git-touch/git-touch synced 2025-02-23 23:07:53 +01:00
2019-12-17 13:39:50 +08:00

26 lines
287 B
GraphQL

{
viewer {
login
avatarUrl
url
name
bio
company
location
email
websiteUrl
starredRepositories {
totalCount
}
followers {
totalCount
}
following {
totalCount
}
repositories {
totalCount
}
}
}