apoc.custom.list

Procedure

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?