apoc.custom.asFunction
Procedure
apoc.custom.asFunction(name, statement, outputs, inputs, forceSingle, description) - register a custom cypher function
Signature
apoc.custom.asFunction(name :: STRING?, statement :: STRING?, outputs = :: STRING?, inputs = null :: LIST? OF LIST? OF STRING?, forceSingle = false :: BOOLEAN?, description = :: STRING?) :: VOID