Hi, trying to structure build a graph that models hierarchy between nodes and has a notion of order between siblings. Upon querying, it's important that this hierarchy and order information is preserved.
I've read into apoc.convert.toTree(), and it s...