fix-schema

This commit is contained in:
tonyrewin 2022-12-07 16:02:26 +03:00
parent cf5789f2be
commit c9400f23fb

View File

@ -305,7 +305,7 @@ type Query {
############################################ Subscription
type Subscription {
newMessages: Message!
newMessages: Message
onlineUpdated: [User!]!
shoutUpdated: Shout!
userUpdated: User!