diff --git a/inbox.graphql b/inbox.graphql index 58d5dab..ee32ae8 100644 --- a/inbox.graphql +++ b/inbox.graphql @@ -67,7 +67,7 @@ type Query { load_recipients(limit: Int, offset: Int): ChatResult! search_recipients(query: String!, limit: Int, offset: Int): ChatResult! search_messages(by: MessagesBy!, limit: Int, offset: Int): ChatResult! - _service: _Service! + # _service: _Service! } type Message {