From c9400f23fb12cb743ed98579a475cda4c60613f7 Mon Sep 17 00:00:00 2001 From: tonyrewin Date: Wed, 7 Dec 2022 16:02:26 +0300 Subject: [PATCH] fix-schema --- schema.graphql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema.graphql b/schema.graphql index 0bc4e096..092fdf87 100644 --- a/schema.graphql +++ b/schema.graphql @@ -305,7 +305,7 @@ type Query { ############################################ Subscription type Subscription { - newMessages: Message! + newMessages: Message onlineUpdated: [User!]! shoutUpdated: Shout! userUpdated: User!