nestjsx / crud

NestJs CRUD for RESTful APIs
https://github.com/nestjsx/crud/wiki
MIT License
4.08k stars 538 forks source link

[feature request] Nested, recursive joins #428

Open douglance opened 4 years ago

douglance commented 4 years ago

I have some tree objects with many children descendants.

It would be great to be able to set up recursive joins, and apply the filters and other query params to children and receive back the nested results.

felipecrs commented 4 years ago

Is there any workaround for the moment?

douglance commented 4 years ago

@felipecassiors Get the flat list and rebuild the tree clientside.