I am using the cloneNodes procedure for cloning a node with relationships:
apoc.refactor.cloneNodes(nodes :: LIST? OF NODE?, withRelationships = false :: BOOLEAN?, skipProperties = [] :: LIST? OF STRING?)
This procedure accept properties that can be ...