schema-path-fix
This commit is contained in:
parent
9c5fd338e3
commit
0e1a600dff
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():
|
||||
|
|
Loading…
Reference in New Issue
Block a user