I've seen a previous topic about duplicates, but here is a use case a bit different. I'm managing Part assemblies like a Bill Of Material. each node should be verionnable. I want to handle this versioning by duplicating the node and every relationship to this node. This will create a lot of nodes, and relationships but that's the only way to manage this I think. What is the easiest way to run this with cypher?
I've seen how to create the node, now I need to duplicate the relationships.