apoc.do.when
Procedure
apoc.do.when(condition, ifQuery, elseQuery:'', params:{}) yield value - based on the conditional, executes writing ifQuery or elseQuery with the given parameters
Signature
apoc.do.when(condition :: BOOLEAN?, ifQuery :: STRING?, elseQuery = :: STRING?, params = {} :: MAP?) :: (value :: MAP?)
Input parameters
Name | Type | Default |
---|---|---|
condition |
BOOLEAN? |
null |
ifQuery |
STRING? |
null |
elseQuery |
STRING? |
|
params |
MAP? |
{} |