fix-chatresult

This commit is contained in:
tonyrewin 2022-11-02 13:21:22 +03:00
parent 9ccad51bf1
commit 32c9d134e5

View File

@ -258,7 +258,7 @@ type Query {
############################################ Subscription ############################################ Subscription
type Subscription { type Subscription {
chatUpdated(chatId: String!): ChatUpdatedResult! chatUpdated(chatId: String!): Result!
onlineUpdated: [User!]! onlineUpdated: [User!]!
shoutUpdated: Shout! shoutUpdated: Shout!
userUpdated: User! userUpdated: User!