apoc.custom.list

Procedure APOC Full

apoc.custom.list() - provide a list of custom procedures/function registered

Signature

apoc.custom.list() :: (type :: STRING?, name :: STRING?, description :: STRING?, mode :: STRING?, statement :: STRING?, inputs :: LIST? OF LIST? OF STRING?, outputs :: ANY?, forceSingle :: BOOLEAN?)

Output parameters

Name Type

type

STRING?

name

STRING?

description

STRING?

mode

STRING?

statement

STRING?

inputs

LIST? OF LIST? OF STRING?

outputs

ANY?

forceSingle

BOOLEAN?

Usage Examples

CALL apoc.custom.list();
Table 1. Results
type name description mode statement inputs outputs forceSingle

"function"

"double"

""

NULL

"RETURN $input*2 as answer"

[["input", "number"]]

"integer"

FALSE