apoc.merge.nodeWithStats.eager
Procedure APOC Core
apoc.merge.nodeWithStats.eager - same as apoc.merge.node.eager providing queryStatistics into result
Signature
apoc.merge.nodeWithStats.eager(label :: LIST? OF STRING?, identProps :: MAP?, props = {} :: MAP?, onMatchProps = {} :: MAP?) :: (stats :: MAP?, node :: NODE?)
Input parameters
Name | Type | Default |
---|---|---|
label |
LIST? OF STRING? |
null |
identProps |
MAP? |
null |
props |
MAP? |
{} |
onMatchProps |
MAP? |
{} |