chatUpdated subscription

This commit is contained in:
knst-kotov
2022-01-24 17:02:44 +03:00
parent ca9c3e0cee
commit 34b48cbc90
2 changed files with 31 additions and 20 deletions

View File

@@ -186,8 +186,7 @@ type Query {
############################################ Subscription
type Subscription {
messageChanged: MessageWithStatus!
chatUpdated: MessageWithStatus!
chatUpdated(chatId: String!): MessageWithStatus!
onlineUpdated: [User!]!
shoutUpdated: Shout!
userUpdated: User!