fix(plugin/achievements): use graphql first for initial setup and fix regex (#1532)
This commit is contained in:
11
source/plugins/achievements/queries/total.graphql
Normal file
11
source/plugins/achievements/queries/total.graphql
Normal file
@@ -0,0 +1,11 @@
|
||||
query AchievementsTotal {
|
||||
issues:search(query: "created:>1970", type: ISSUE) {
|
||||
count:issueCount
|
||||
}
|
||||
repositories:search(query: "created:>1970", type: REPOSITORY) {
|
||||
count:repositoryCount
|
||||
}
|
||||
users:search(query: "created:>1970", type: USER) {
|
||||
count:userCount
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user