mirror of
https://github.com/git-touch/git-touch
synced 2024-12-20 04:05:26 +01:00
26 lines
287 B
GraphQL
26 lines
287 B
GraphQL
|
{
|
||
|
viewer {
|
||
|
login
|
||
|
avatarUrl
|
||
|
url
|
||
|
name
|
||
|
bio
|
||
|
company
|
||
|
location
|
||
|
email
|
||
|
websiteUrl
|
||
|
starredRepositories {
|
||
|
totalCount
|
||
|
}
|
||
|
followers {
|
||
|
totalCount
|
||
|
}
|
||
|
following {
|
||
|
totalCount
|
||
|
}
|
||
|
repositories {
|
||
|
totalCount
|
||
|
}
|
||
|
}
|
||
|
}
|