In order to use interfaces as a return type, I have to explicitly include all of the types implementing the interface via the types
argument in strawberry.Schema
in order for those types to be included in the schema. This is inconvenient. I would like for strawberry to automatically detect these types for me (e.g., by looking for __subclasses__
of the implementing type), or at least have utilities that make this easier.
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