remove topicUpdated subscription

This commit is contained in:
knst-kotov
2022-05-04 17:12:59 +03:00
parent 7a49da877d
commit 1bd868b800
2 changed files with 1 additions and 22 deletions

View File

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