快速开始
快速开始
值得一提的是,Github Explorer 是非常不错的在
query {
user(login: "wx-chevalier") {
starredRepositories {
totalCount
}
followers {
totalCount
}
repositories(first: 35) {
nodes {
id
name
descriptionHTML
forkCount
stargazers {
totalCount
}
}
}
}
}