{
|
|
viewer {
|
|
login
|
|
name
|
|
location
|
|
bio
|
|
websiteUrl
|
|
avatarUrl
|
|
company
|
|
organizations(first: 5) {
|
|
nodes {
|
|
name
|
|
location
|
|
}
|
|
}
|
|
followers {
|
|
totalCount
|
|
}
|
|
following {
|
|
totalCount
|
|
}
|
|
issues {
|
|
totalCount
|
|
}
|
|
projects(first: 5, orderBy: {field: UPDATED_AT, direction: DESC}) {
|
|
totalCount
|
|
nodes {
|
|
name
|
|
url
|
|
}
|
|
}
|
|
pinnedRepositories(first: 5) {
|
|
totalCount
|
|
nodes {
|
|
name
|
|
nameWithOwner
|
|
description
|
|
forkCount
|
|
homepageUrl
|
|
url
|
|
stargazers {
|
|
totalCount
|
|
}
|
|
primaryLanguage {
|
|
name
|
|
color
|
|
}
|
|
}
|
|
}
|
|
starredRepositories(first: 10, orderBy: {field: STARRED_AT, direction: DESC}) {
|
|
totalCount
|
|
nodes {
|
|
name
|
|
nameWithOwner
|
|
description
|
|
forkCount
|
|
homepageUrl
|
|
url
|
|
primaryLanguage {
|
|
name
|
|
color
|
|
}
|
|
stargazers {
|
|
totalCount
|
|
}
|
|
url
|
|
}
|
|
}
|
|
repositories(first: 10, orderBy: {field: UPDATED_AT, direction: DESC}) {
|
|
totalCount
|
|
nodes {
|
|
name
|
|
nameWithOwner
|
|
description
|
|
forkCount
|
|
homepageUrl
|
|
url
|
|
stargazers {
|
|
totalCount
|
|
}
|
|
primaryLanguage {
|
|
name
|
|
color
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|