Hello,
I am fairly new to Neo4j and am struggling with exporting a graph with virtual relationships. The original graph has patterns like
(n:Add)-[:label1]->(:label2)-[:label3]->(:label4)-[r:label5]->(m:Add)
However, for the moment I'm only interest...