favoritesShouts and topShoutsByAuthor

This commit is contained in:
knst-kotov
2021-09-01 19:03:00 +03:00
parent 41413242bd
commit 6d28d2d455
2 changed files with 66 additions and 1 deletions

View File

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