schema fixes

This commit is contained in:
Untone 2021-10-31 17:55:13 +03:00
parent a327100eb7
commit d6a1ca6823

View File

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