feat: right schema in schema.py
This commit is contained in:
@@ -14,7 +14,7 @@ query = QueryType()
|
|||||||
@query.field("_service")
|
@query.field("_service")
|
||||||
def resolve_service(*_):
|
def resolve_service(*_):
|
||||||
# Load the full SDL from your SDL file
|
# Load the full SDL from your SDL file
|
||||||
with open("inbox.graphql", "r") as file:
|
with open("core.graphql", "r") as file:
|
||||||
full_sdl = file.read()
|
full_sdl = file.read()
|
||||||
|
|
||||||
return {"sdl": full_sdl}
|
return {"sdl": full_sdl}
|
||||||
|
|||||||
Reference in New Issue
Block a user