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