apoc.merge.nodeWithStats.eager
Procedure
apoc.merge.nodeWithStats.eager(labels [String], identProps Map<String, Any>, props Map<String, Any>, onMatchProps Map<String, Any>)
- merges the given node(s) with the given dynamic labels eagerly.
Provides queryStatistics in the result.
Signature
apoc.merge.nodeWithStats.eager(labels :: LIST? OF STRING?, identProps :: MAP?, props = {} :: MAP?, onMatchProps = {} :: MAP?) :: (stats :: MAP?, node :: NODE?)
Input parameters
Name | Type | Default |
---|---|---|
labels |
LIST? OF STRING? |
null |
identProps |
MAP? |
null |
props |
MAP? |
{} |
onMatchProps |
MAP? |
{} |
Was this page helpful?