type-graphql-dataloader icon indicating copy to clipboard operation
type-graphql-dataloader copied to clipboard

Support fetching relations when the entity is soft deleted

Open RodoVJ opened this issue 10 months ago • 0 comments

Currently a relation that is fetched with the @TypeormLoader decorator won't be returned if the entity that defines the relation is soft deleted. Adding support to fetch these relations even when soft deleted would be much appreciated.

RodoVJ avatar Sep 01 '23 14:09 RodoVJ