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)

Input parameters

Name Type Default

rels

LIST<RELATIONSHIP>

null

config

MAP

{}

Output parameters