apoc.rel.match
Procedure Apoc Extended
Matches the given RELATIONSHIP
values with the given dynamic types/properties.
Signature
apoc.rel.match(startNode :: NODE, relType :: STRING, identProps :: MAP?, endNode :: NODE, onMatchProps = {} :: MAP?) :: (value :: MAP?)
Input parameters
Name | Type | Default |
---|---|---|
startNode |
NODE |
null |
relType |
STRING |
null |
identProps |
MAP? |
null |
endNode |
NODE |
null |
onMatchProps |
MAP? |
{} |