karma top

This commit is contained in:
2022-09-14 11:27:44 +03:00
parent 80a1aeb767
commit c15298143f
4 changed files with 20 additions and 6 deletions

View File

@@ -234,6 +234,7 @@ type Query {
myCandidates(page: Int!, size: Int!): [Shout]! # test
topViewed(page: Int!, size: Int!): [Shout]!
# topReacted(page: Int!, size: Int!): [Shout]!
topAuthors(page: Int!, size: Int!): [Author]!
topMonth(page: Int!, size: Int!): [Shout]!
topOverall(page: Int!, size: Int!): [Shout]!
recentPublished(page: Int!, size: Int!): [Shout]! # homepage