Page MenuHomeSoftware Heritage

app.py
No OneTemporary

from ariadne import load_schema_from_path, make_executable_schema, gql
from ariadne.asgi import GraphQL
from .resolvers import origin, query
type_defs = gql(load_schema_from_path("swh/graphql/schema/schema.graphql"))
schema = make_executable_schema(type_defs, query, origin.origin, origin.originSearch)
app = GraphQL(schema, debug=True)

File Metadata

Mime Type
text/x-python
Expires
Mon, Aug 18, 10:19 PM (4 d, 9 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3314181

Event Timeline