From ab4204db37ea292a96569594e42c968858e80891 Mon Sep 17 00:00:00 2001 From: Untone Date: Wed, 22 Nov 2023 15:16:14 +0300 Subject: [PATCH] sdl-removed --- inbox.graphql | 1 - 1 file changed, 1 deletion(-) 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 {