From #3389
We should allow users to do things like this:
import strawberry
from starlette.datastructures import UploadFile
@strawberry.type
class Mutation:
@strawberry.mutation
class upload(self, file: UploadFile) -> str:
return "ok"
For every framework, so they get better typing π
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