Feat plugin improves (#214)

This commit is contained in:
Simon Lecoq
2021-04-08 20:13:47 +02:00
committed by GitHub
parent 8da565b2af
commit 7f3a1b365e
8 changed files with 80 additions and 15 deletions

View File

@@ -5,10 +5,10 @@ query AchievementsRanking {
user_rank:search(query: "followers:>$followers", type: USER, first: 0) {
userCount
}
repo_total:search(query: "stars:>-1", type: REPOSITORY, first: 0) {
forks_rank:search(query: "forks:>$forks", type: REPOSITORY, first: 0) {
repositoryCount
}
user_total:search(query: "followers:>-1", type: USER, first: 0) {
created_rank:search(query: "repos:>$created", type: USER, first: 0) {
userCount
}
}