From e244549a1d6d49b6e1cb1c4f6ef76d1cfc8e253d Mon Sep 17 00:00:00 2001 From: Tony Rewin Date: Fri, 6 Oct 2023 06:29:52 +0300 Subject: [PATCH] _Service --- schemas/core.graphql | 3 +++ 1 file changed, 3 insertions(+) diff --git a/schemas/core.graphql b/schemas/core.graphql index 4115d29b..0091ebcd 100644 --- a/schemas/core.graphql +++ b/schemas/core.graphql @@ -1,4 +1,7 @@ scalar DateTime +type _Service { + sdl: String +} ################################### Payload ###################################