schema-path-fix
This commit is contained in:
2
main.py
2
main.py
@@ -7,7 +7,7 @@ from services.redis import redis
|
||||
from resolvers import resolvers
|
||||
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():
|
||||
|
Reference in New Issue
Block a user