apoc.do.case(conditionals LIST<ANY>, elseQuery STRING, params MAP<STRING, ANY>)
- for each pair of conditional queries in the given LIST<ANY>
, this procedure will run the first query for which the conditional is evaluated to true.
If none of the conditionals are true, the ELSE
query will run instead.