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