From f449684bbf409c416e9a886eb29533fdf48d255a Mon Sep 17 00:00:00 2001 From: Tony Rewin Date: Fri, 6 Oct 2023 06:38:04 +0300 Subject: [PATCH] _Service-redeploy2 --- inbox.graphql | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/inbox.graphql b/inbox.graphql index d1f6b7f..64335fa 100644 --- a/inbox.graphql +++ b/inbox.graphql @@ -61,13 +61,13 @@ input MessagesBy { } type Query { - # inbox - loadChats( limit: Int, offset: Int): Result! # your chats - loadMessagesBy(by: MessagesBy!, limit: Int, offset: Int): Result! - loadRecipients(limit: Int, offset: Int): Result! - searchRecipients(query: String!, limit: Int, offset: Int): Result! - searchMessages(by: MessagesBy!, limit: Int, offset: Int): Result! - + # inbox + loadChats( limit: Int, offset: Int): Result! # your chats + loadMessagesBy(by: MessagesBy!, limit: Int, offset: Int): Result! + loadRecipients(limit: Int, offset: Int): Result! + searchRecipients(query: String!, limit: Int, offset: Int): Result! + searchMessages(by: MessagesBy!, limit: Int, offset: Int): Result! + _service: _Service! } type Message {