We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a34b51d commit 4ad8d69Copy full SHA for 4ad8d69
fastapi-sqlalchemy/main/__init__.py
@@ -6,4 +6,4 @@
6
graphql_app = GraphQL(schema)
7
8
app = FastAPI()
9
-app.add_route("/graphql", graphql_app)
+app.mount("/graphql", graphql_app)
0 commit comments