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?, 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?

{}

Output parameters

Name Type

stats

MAP?

node

NODE?