apoc.custom.asProcedure
Procedure
apoc.custom.asProcedure(name, statement, mode, outputs, inputs, description) - register a custom cypher procedure
Signature
apoc.custom.asProcedure(name :: STRING?, statement :: STRING?, mode = read :: STRING?, outputs = null :: LIST? OF LIST? OF STRING?, inputs = null :: LIST? OF LIST? OF STRING?, description = :: STRING?) :: VOID
Input parameters
Name | Type | Default |
---|---|---|
name |
STRING? |
null |
statement |
STRING? |
null |
mode |
STRING? |
read |
outputs |
LIST? OF LIST? OF STRING? |
null |
inputs |
LIST? OF LIST? OF STRING? |
null |
description |
STRING? |
Was this page helpful?