mirror of
https://github.com/rjNemo/federation
synced 2026-06-07 10:46:40 +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("./")
|