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 ###################################