apoc.custom.show

Procedure Apoc Extended

Provides a list of custom procedures/function registered

Signature

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

Input parameters

Name Type Default

databaseName

STRING?

neo4j

Output parameters

Name Type

type

STRING?

name

STRING?

description

STRING?

mode

STRING?

statement

STRING?

inputs

LIST? OF LIST? OF STRING?

outputs

ANY?

forceSingle

BOOLEAN?