From cc02711ab35bea08ff52cb8e1f42644dc7ab1228 Mon Sep 17 00:00:00 2001 From: Untone Date: Sat, 2 Dec 2023 14:04:04 +0300 Subject: [PATCH] no-services-2 --- inbox.graphql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {