mirror of
https://github.com/rjNemo/federation
synced 2026-06-06 10:16:39 +00:00
4 lines
108 B
Python
4 lines
108 B
Python
from ariadne import load_schema_from_path
|
|
from .query import query
|
|
|
|
type_defs = load_schema_from_path("./")
|