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? |