Co-authored-by: Igor Lobanov <igor.lobanov@onetwotrip.com>
@@ -77,15 +77,13 @@ routes = [
]
app = Starlette(
debug=True,
on_startup=[start_up],
on_shutdown=[shutdown],
middleware=middleware,
routes=routes,
)
app.mount("/", GraphQL(
schema,
debug=True
schema
))
dev_app = Starlette(
The note is not visible to the blocked user.