trying to fix naming

This commit is contained in:
2021-10-31 13:26:14 +03:00
parent ddb5d9d643
commit cedefca2eb
3 changed files with 51 additions and 45 deletions

View File

@@ -107,8 +107,8 @@ type Query {
# mainpage
topShoutsByView(limit: Int): [Shout]!
topShoutsByRating(limit: Int): [Shout]!
favoriteShouts(limit: Int): [Shout]!
recentShouts(limit: Int): [Shout]!
favorites(limit: Int): [Shout]!
recents(limit: Int): [Shout]!
topAuthors(limit: Int): [User]!
# topics