update schema

This commit is contained in:
2022-02-03 10:36:39 +03:00
parent dcdfdf7dc3
commit 6b255cc984
3 changed files with 21 additions and 26 deletions

View File

@@ -197,9 +197,9 @@ type Query {
getCommunity(slug: String): Community!
getCommunities: [Community]!
shoutsByUserSubscriptions(userSlug: String!, page: Int!, size: Int!): [Shout]!
shoutsByUserRatingOrComment(userSlug: String!, page: Int!, size: Int!): [Shout]!
newShoutsWithoutRating(userSlug: String!, size: Int = 10): [Shout]!
shoutsSubscribed(page: Int!, size: Int!): [Shout]!
shoutsReviewed(page: Int!, size: Int!): [Shout]!
shoutsCandidates(size: Int = 10): [Shout]!
}
############################################ Subscription