apoc.merge.relationshipWithStats
Procedure
apoc.merge.relationshipWithStats(startNode Node, relType String, identProps Map<String, Any>, props Map<String, Any>, endNode Node, onMatchProps Map<String, Any>)
- merges the given relationship(s) with the given dynamic types/properties.
Provides queryStatistics in the result.
Signature
apoc.merge.relationshipWithStats(startNode :: NODE?, relationshipType :: STRING?, identProps :: MAP?, props :: MAP?, endNode :: NODE?, onMatchProps = {} :: MAP?) :: (stats :: MAP?, rel :: RELATIONSHIP?)
Input parameters
Name | Type | Default |
---|---|---|
startNode |
NODE? |
null |
relationshipType |
STRING? |
null |
identProps |
MAP? |
null |
props |
MAP? |
null |
endNode |
NODE? |
null |
onMatchProps |
MAP? |
{} |
Was this page helpful?