From 4500ac1d9e1c950a8b44fe5df601d6cc88afdfea Mon Sep 17 00:00:00 2001 From: Stepan Vladovskiy Date: Fri, 1 Dec 2023 22:58:44 -0300 Subject: [PATCH] feat: with sdl resolver in inbox.graphql --- inbox.graphql | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/inbox.graphql b/inbox.graphql index 1c3a204..e574494 100644 --- a/inbox.graphql +++ b/inbox.graphql @@ -1,3 +1,9 @@ +# duffok 2023-12-01 +# add sdl to _Service +type _Service { + sdl: String +} + enum MessageStatus { NEW UPDATED