From 32c9d134e5deefe142639a1bcc625711e099d3d8 Mon Sep 17 00:00:00 2001 From: tonyrewin Date: Wed, 2 Nov 2022 13:21:22 +0300 Subject: [PATCH] fix-chatresult --- schema.graphql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema.graphql b/schema.graphql index 3fd7e6eb..e727f422 100644 --- a/schema.graphql +++ b/schema.graphql @@ -258,7 +258,7 @@ type Query { ############################################ Subscription type Subscription { - chatUpdated(chatId: String!): ChatUpdatedResult! + chatUpdated(chatId: String!): Result! onlineUpdated: [User!]! shoutUpdated: Shout! userUpdated: User!