I'm struggling with some complicated resolvers for the fact that, from my understanding, the whole execution flow works without ever instantiating the strawberry types, just leveraging the fact that the fields are static methods and strawberry will take care of the execution for us.
I'd like to be more rigorous about typing and convert the return sqlalchemy models to the strawberry types before resolvers return them. Right now, the generated init seems to take every single field, and they're all positional arguments, making it hugely inconvenient. Is there a "copy constructor" of sorts to convert from ORM to Strawberry? If not, would it be hard to make one?
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