1
0
mirror of https://github.com/git-touch/git-touch synced 2024-12-25 07:13:57 +01:00
git-touch-android-ios-app/lib/graphql/github_me.graphql

35 lines
445 B
GraphQL
Raw Normal View History

2019-12-17 06:34:53 +01:00
{
viewer {
login
avatarUrl
url
name
bio
company
location
email
websiteUrl
starredRepositories {
totalCount
}
followers {
totalCount
}
following {
totalCount
}
repositories {
totalCount
}
2020-01-01 06:26:20 +01:00
contributionsCollection {
contributionCalendar {
weeks {
contributionDays {
color
}
}
}
}
2019-12-17 06:34:53 +01:00
}
}