add topAuthors

This commit is contained in:
knst-kotov
2021-09-02 14:04:58 +03:00
parent 6d28d2d455
commit db12b3f908
2 changed files with 16 additions and 26 deletions

View File

@@ -101,7 +101,7 @@ type Query {
topShoutsByView(limit: Int): [Shout]!
topShoutsByRating(limit: Int): [Shout]!
favoritesShouts(limit: Int): [Shout]!
topShoutsByAuthor(limit: Int): [Shout]!
topAuthors(limit: Int): [User]!
# getOnlineUsers: [User!]!
}