apoc.node.match
Procedure Apoc Extended
Matches the given NODE
values with the given dynamic labels.
Signature
apoc.node.match(labels :: LIST<STRING>, identProps :: MAP?, onMatchProps = {} :: MAP?) :: (value :: MAP?)
Input parameters
Name | Type | Default |
---|---|---|
labels |
LIST<STRING> |
null |
identProps |
MAP? |
null |
onMatchProps |
MAP? |
{} |