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 7a4ebbc commit c2a004bCopy full SHA for c2a004b
http_app/routes/graphql/__init__.py
@@ -5,4 +5,4 @@
5
6
schema = Schema(query=Query)
7
8
-graphql_app = GraphQLRouter(schema)
+graphql_app: GraphQLRouter = GraphQLRouter(schema)
pyproject.toml
@@ -80,7 +80,7 @@ files = [
80
"di_container.py",
81
"config.py",
82
]
83
-plugins = "pydantic.mypy"
+plugins = "pydantic.mypy,strawberry.ext.mypy_plugin"
84
85
[[tool.mypy.overrides]]
86
module = "grpc.aio.*"
0 commit comments