Edouard Ruiz

Results 2 issues of Edouard Ruiz

Hi, Return an union of Django models isn't supported at the moment (`strawberry-graphql==0.74.1` and `strawberry-graphql-django==0.2.5`). This example will fail: ```python Contributor = strawberry.union("Contributor", types=(Tenant, ShippingCompany)) ``` ```python @strawberry_django.field def contributor(self)...

Hi, It seems that Django GenericRelation isn't handled correctly. Using `@straberry_django.type` decorator with one of my models results in a `KeyError: ` and it's missing in the `field_type_map` in `strawberry_django.fields.types`....

documentation