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!