Open douglance opened 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.
Is there any workaround for the moment?
@felipecassiors Get the flat list and rebuild the tree clientside.
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.