schema-path-fix

This commit is contained in:
Tony Rewin 2023-10-05 00:29:47 +03:00
parent 9c5fd338e3
commit 0e1a600dff

View File

@ -7,7 +7,7 @@ from services.redis import redis
from resolvers import resolvers from resolvers import resolvers
from settings import DEV_SERVER_PID_FILE_NAME, SENTRY_DSN, MODE from settings import DEV_SERVER_PID_FILE_NAME, SENTRY_DSN, MODE
schema = make_executable_schema(load_schema_from_path("schema.graphql"), resolvers) # type: ignore schema = make_executable_schema(load_schema_from_path("inbox.graphql"), resolvers) # type: ignore
async def start_up(): async def start_up():