apoc.merge.node
Procedure
"apoc.merge.node.eager(['Label'], identProps:{key:value, …}, onCreateProps:{key:value,…}, onMatchProps:{key:value,…}}) - merge nodes with dynamic labels, with support for setting properties ON CREATE or ON MATCH
Signature
apoc.merge.node(label :: LIST? OF STRING?, identProps :: MAP?, props = {} :: MAP?, onMatchProps = {} :: MAP?) :: (node :: NODE?)
Input parameters
Name | Type | Default |
---|---|---|
label |
LIST? OF STRING? |
null |
identProps |
MAP? |
null |
props |
MAP? |
{} |
onMatchProps |
MAP? |
{} |