Add parents & children recursive queries
We need a new module arkindex_export.queries
that expose 2 methods :
-
list_children
will recursively list all children of a given element -
list_parent
will recursively list all parents of a given element
No type filter or anything, just a bunch of Element
on the output.