Currently it is unnecessarily laborious to extend pydantic models with the experimental feature here:
https://strawberry.rocks/docs/integrations/pydantic
If there is 1 field in the entire schema that requires serialization / deserialization while the rest do not, then I will need to annotate every single field in the schema with strawberry.auto except the one that requires a custom type conversion.
It is clear there should be a way to simply apply strawberry.auto to all fields by passing all_fields as true while also being able to provide custom type conversions (without having to specifically annotate potentially an extreme amount of fields with strawberry.auto)
Having to maintain two schemas with identical fields carries considerable overhead.
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