fix schema

This commit is contained in:
Tony 2022-02-03 12:29:16 +03:00
parent dd85d58ccf
commit fdf64ce5f9

View File

@ -199,7 +199,7 @@ type Query {
shoutsSubscribed(page: Int!, size: Int!): [Shout]!
shoutsReviewed(page: Int!, size: Int!): [Shout]!
shoutsCommented(page: Int!, size: Int!): [Shout]!
recentCommented(page: Int!, size: Int!): [Shout]!
shoutsCandidates(size: Int = 10): [Shout]!
}