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 ############################################ Subscription
type Subscription { type Subscription {
newMessages: Message! newMessages: Message
onlineUpdated: [User!]! onlineUpdated: [User!]!
shoutUpdated: Shout! shoutUpdated: Shout!
userUpdated: User! userUpdated: User!