apoc.custom.dropAll
Procedure Apoc Extended
Eventually drops all previously added custom procedures/functions and returns info
Signature
apoc.custom.dropAll(databaseName = neo4j :: STRING?) :: (type :: STRING?, name :: STRING?, description :: STRING?, mode :: STRING?, statement :: STRING?, inputs :: LIST? OF LIST? OF STRING?, outputs :: ANY?, forceSingle :: BOOLEAN?)