add shoutsByUserRatingOrComment

This commit is contained in:
knst-kotov
2022-01-30 14:28:27 +03:00
parent 68f7733f91
commit 073c5252c3
3 changed files with 31 additions and 0 deletions

View File

@@ -196,6 +196,9 @@ type Query {
# communities
getCommunity(slug: String): Community!
getCommunities: [Community]!
# shoutsByUserSubscriptions(): [Shout]!
shoutsByUserRatingOrComment(userSlug: String!, page: Int!, size: Int!): [Shout]!
}
############################################ Subscription