diff --git a/inbox.graphql b/inbox.graphql index 9fc2dd2..5581981 100644 --- a/inbox.graphql +++ b/inbox.graphql @@ -68,7 +68,6 @@ type Query { loadRecipients(limit: Int, offset: Int): ChatResult! searchRecipients(query: String!, limit: Int, offset: Int): ChatResult! searchMessages(by: MessagesBy!, limit: Int, offset: Int): ChatResult! - _service: _Service! } type Message {