When running mypy check the error regarding untyped decorator call `is shown when strawberry field decorator is used with the description.
This version does not give any mypy issue:
@strawberry_field
def function():
....
This version:
@strawberry_field(description="Some description)
def function():
....
gives the following mypy issue:
error: Untyped decorator makes function "function" untyped
Package versions:
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too