Relative Content

Tag Archive for typescriptnestjstypeorm

Typeorm parent object not updating relation

I’m new to typeorm and typescript in general, coming from python sqlalchemy and django models.
What I’m trying to create is in essence a doubly linked list in typeorm.
I’m looking for a way to update the child relation of a parent field when creating a child related to the parent.
Entity: