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!