From 177a47ba7ca33068538e47faf324010ec4309acf Mon Sep 17 00:00:00 2001 From: Tony Rewin Date: Fri, 6 Oct 2023 12:57:08 +0300 Subject: [PATCH] _Service-redeploy3 --- services/schema.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/schema.py b/services/schema.py index 91c4c9dd..126a8852 100644 --- a/services/schema.py +++ b/services/schema.py @@ -14,7 +14,7 @@ def serialize_datetime(value): @query.field("_service") def resolve_service(*_): # Load the full SDL from your SDL file - with open("schemas/core .graphql", "r") as file: + with open("schemas/core.graphql", "r") as file: full_sdl = file.read() return {"sdl": full_sdl}