When importing strawberry with all waring enabled (-Wall) you get
.../site-packages/strawberry/types/fields/resolver.py:199: DeprecationWarning: Argument name-based matching of 'info' is deprecated and will be removed in v1.0. Ensure that reserved arguments are annotated their respective types (i.e. use value: 'DirectiveValue[str]' instead of 'value: str' and 'info: Info' instead of a plain 'info').
return {spec: spec.find(parameters, self) for spec in self.RESERVED_PARAMSPEC}
While all warnings are enabled and importing strawberry a warning is raised
python -Wall -c 'import strawberry'
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