add shoutsCommentedByUser

This commit is contained in:
knst-kotov
2022-04-28 12:04:14 +03:00
parent cca6f8cec3
commit f07780895e
2 changed files with 17 additions and 0 deletions

View File

@@ -140,6 +140,8 @@ type Query {
userSubscribers(slug: String!): [User]!
userSubscribedTopics(slug: String!): [Topic]!
shoutsCommentedByUser(slug: String!, page: Int!, size: Int!): [Shout]!
# shouts
getShoutBySlug(slug: String!): Shout!
shoutsByTopic(topic: String!, page: Int!, size: Int!): [Shout]!