mirror of
https://github.com/rjNemo/graphql-file_upload
synced 2026-06-06 02:16:44 +00:00
3 lines
80 B
Python
3 lines
80 B
Python
from ariadne import load_schema_from_path
|
|
|
|
schema = load_schema_from_path("./")
|