I have a situation where a node has outward relationships to multiple nodes. These children in turn can have outward and inward relationship to other nodes until you reach the leaf nodes.
Is there a good way to write a cypher query where based on a starting node, I can traverse to the nodes children, then to their related (inward and outward) nodes and so on until I reach the leaves. The result should return all the relationships and nodes found. Thanks in advance.