From cdb54dbbe042c5d3b1653032b25b6be9b2b698ac Mon Sep 17 00:00:00 2001 From: Untone Date: Mon, 22 Jan 2024 18:45:35 +0300 Subject: [PATCH] schema-path-fix --- services/viewed.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/viewed.py b/services/viewed.py index 67bca042..e92aa532 100644 --- a/services/viewed.py +++ b/services/viewed.py @@ -63,7 +63,7 @@ create_record_mutation_string = """ create_record_mutation = gql(f"mutation {{{create_record_mutation_string}}}") -schema_str = open("schemas/stat.graphql").read() +schema_str = open("schemas/ackee.graphql").read() token = environ.get("ACKEE_TOKEN", "") domain_id = environ.get("ACKEE_DOMAIN_ID", "") ackee_site = environ.get("ACKEE_SITE", "https://testing.discours.io/")