schema fixes
This commit is contained in:
@@ -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]!
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user