apoc.refactor.mergeRelationships
Procedure
apoc.refactor.mergeRelationships(rels LIST<RELATIONSHIP>, config MAP<STRING, ANY>)
- merges the given LIST<RELATIONSHIP>
onto the first RELATIONSHIP
in the LIST<RELATIONSHIP>
.
Signature
apoc.refactor.mergeRelationships(rels :: LIST<RELATIONSHIP>, config = {} :: MAP) :: (rel :: RELATIONSHIP)