apoc.refactor.mergeRelationships
Procedure
apoc.refactor.mergeRelationships(rels [Rel], config Map<String, Any>)
- merges the given list of relationships onto the first relationship in the list.
Signature
apoc.refactor.mergeRelationships(rels :: LIST? OF RELATIONSHIP?, config = {} :: MAP?) :: (rel :: RELATIONSHIP?)
Was this page helpful?