git-touch-android-ios-app/lib/graphql/github_me.graphql

26 lines
287 B
GraphQL

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