fix topic subscription

This commit is contained in:
knst-kotov
2022-01-30 11:50:29 +03:00
parent 32becea4da
commit 68f7733f91
3 changed files with 23 additions and 13 deletions

View File

@@ -205,7 +205,7 @@ type Subscription {
onlineUpdated: [User!]!
shoutUpdated: Shout!
userUpdated: User!
topicUpdated(user_id: Int!): Shout!
topicUpdated(user_slug: String!): Shout!
commentUpdated(shout: String!): CommentUpdatedResult!
}