Merge branch 'main' of github.com:Discours/discours-backend-next

This commit is contained in:
2021-09-03 10:16:25 +03:00
3 changed files with 118 additions and 31 deletions

View File

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