Skip to content

Support Deleting Many Relationships #58

@GregBrimble

Description

@GregBrimble

Right now:

instance.relations = [instance, otherInstance]
await instanceRepo.save(instance)

instance.relations = [instance]
await instanceRepo.save(instance)

await instance.relations // [instance, otherInstance]

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions