apoc
Qualified Name | Type | Release |
---|---|---|
apoc.case([condition, query, condition, query, …], elseQuery:'', params:{}) yield value - given a list of conditional / read-only query pairs, executes the query associated with the first conditional evaluating to true (or the else query if none are true) with the given parameters |
Procedure |
APOC Core |
Provides descriptions of available procedures. To narrow the results, supply a search string. To also search in the description text, append + to the end of the search string. |
Procedure |
APOC Core |
apoc.when(condition, ifQuery, elseQuery:'', params:{}) yield value - based on the conditional, executes read-only ifQuery or elseQuery with the given parameters |
Procedure |
APOC Core |
RETURN apoc.version() | return the current APOC installed version |
Function |
APOC Core |