graphql-file_upload/app/schema/schema.py
2021-07-07 12:01:59 +02:00

3 lines
80 B
Python

from ariadne import load_schema_from_path
schema = load_schema_from_path("./")