apoc.merge.nodeWithStats
Procedure APOC Core
apoc.merge.nodeWithStats - same as apoc.merge.node providing queryStatistics into result
Signature
apoc.merge.nodeWithStats(label :: LIST? OF STRING?, identProps :: MAP?, onCreateProps = {} :: MAP?, onMatchProps = {} :: MAP?) :: (stats :: MAP?, node :: NODE?)
Input parameters
Name | Type | Default | Description |
---|---|---|---|
label |
LIST? OF STRING? |
null |
The list of labels used for the generated merge statement. Passing |
identProps |
MAP? |
null |
Properties that are always merged. |
onCreateProps |
MAP? |
{} |
Properties that are merged when a node is created. |
onMatchProps |
MAP? |
{} |
Properties that are merged when a node is matched. |