From 905d03b9ed346e6646e0b27734e92ad5775cda9b Mon Sep 17 00:00:00 2001 From: Stepan Vladovskiy Date: Fri, 1 Dec 2023 23:06:25 -0300 Subject: [PATCH] feat: with sdl resolver in inbox.graphql --- inbox.graphql | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/inbox.graphql b/inbox.graphql index e574494..744103a 100644 --- a/inbox.graphql +++ b/inbox.graphql @@ -1,5 +1,3 @@ -# duffok 2023-12-01 -# add sdl to _Service type _Service { sdl: String } @@ -73,6 +71,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! } type Message {