add userUnpublishedShouts

This commit is contained in:
knst-kotov
2022-04-29 11:27:34 +03:00
parent 86383cb6c0
commit d7cbe150d6
2 changed files with 18 additions and 0 deletions

View File

@@ -147,6 +147,7 @@ type Query {
shoutsRatedByUser(page: Int!, size: Int!): ShoutsResult!
shoutsCommentedByUser(slug: String!, page: Int!, size: Int!): [Shout]!
userUnpublishedShouts(page: Int!, size: Int!): ShoutsResult!
# shouts
getShoutBySlug(slug: String!): Shout!