graphql
Inex Code 2022-06-24 18:23:09 +03:00
parent 01dea50c1f
commit 17b8334c6e
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ def create_app(test_config=None):
app.add_url_rule(
"/graphql",
view_func=AsyncGraphQLView.as_view(
"graphql", shema=schema
"graphql", schema=schema
)
)