mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-05-02 20:37:37 -05:00
refactor: add me screen
This commit is contained in:
25
lib/graphql/github_me.graphql
Normal file
25
lib/graphql/github_me.graphql
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
viewer {
|
||||
login
|
||||
avatarUrl
|
||||
url
|
||||
name
|
||||
bio
|
||||
company
|
||||
location
|
||||
email
|
||||
websiteUrl
|
||||
starredRepositories {
|
||||
totalCount
|
||||
}
|
||||
followers {
|
||||
totalCount
|
||||
}
|
||||
following {
|
||||
totalCount
|
||||
}
|
||||
repositories {
|
||||
totalCount
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user