Is there a way to replace a node with another existing one in neo4j, without having to delete all relationships, delete the old node, and reattach relationships to the new one?
E.g. I have an industry node called online retail that 3 company nodes po...