1
0
mirror of https://github.com/git-touch/git-touch synced 2025-03-04 11:17:47 +01:00

26 lines
287 B
GraphQL
Raw Normal View History

2019-12-17 13:34:53 +08:00
{
viewer {
login
avatarUrl
url
name
bio
company
location
email
websiteUrl
starredRepositories {
totalCount
}
followers {
totalCount
}
following {
totalCount
}
repositories {
totalCount
}
}
}