minirefactoring

This commit is contained in:
2021-10-31 18:09:16 +03:00
parent d6a1ca6823
commit 3a6531bcaa
3 changed files with 15 additions and 41 deletions

View File

@@ -105,8 +105,7 @@ type Query {
shoutsByCommunity(community: String!, limit: Int!): [Shout]!
# mainpage
topShoutsByView(limit: Int): [Shout]!
topShoutsByRating(limit: Int): [Shout]!
topViewed(limit: Int): [Shout]!
topMonth(limit: Int): [Shout]!
topOverall(limit: Int): [Shout]!
recents(limit: Int): [Shout]!