Feat plugin improves (#214)
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user