1
0
mirror of https://github.com/git-touch/git-touch synced 2025-02-08 07:38:45 +01:00
2020-01-01 13:26:26 +08:00

35 lines
445 B
GraphQL

{
viewer {
login
avatarUrl
url
name
bio
company
location
email
websiteUrl
starredRepositories {
totalCount
}
followers {
totalCount
}
following {
totalCount
}
repositories {
totalCount
}
contributionsCollection {
contributionCalendar {
weeks {
contributionDays {
color
}
}
}
}
}
}