mirror of
https://github.com/git-touch/git-touch
synced 2024-12-22 21:28:19 +01:00
35 lines
445 B
GraphQL
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
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|