add newShoutsWithoutRating

This commit is contained in:
knst-kotov
2022-01-31 12:16:46 +03:00
parent 073c5252c3
commit 1f3983fc07
2 changed files with 17 additions and 0 deletions

View File

@@ -199,6 +199,7 @@ type Query {
# shoutsByUserSubscriptions(): [Shout]!
shoutsByUserRatingOrComment(userSlug: String!, page: Int!, size: Int!): [Shout]!
newShoutsWithoutRating(userSlug: String!, size: Int = 10): [Shout]!
}
############################################ Subscription