I am trying to merge 2 nodes together in NEO4j.
Each node has it's own independent set of links to nodeA and nodeB.
I want to merge all the attributes between nodeA and nodeB together as they have some different properties. Whilst also retaining all the links to both nodes in the newly merged node.
How would I go about even doing this?