apoc.help
Procedure
apoc.help()
- returns descriptions of the available APOC procedures and functions.
If a keyword is provided, it will return only those procedures and functions that have the keyword in their name.
Signature
apoc.help(proc :: STRING?) :: (type :: STRING?, name :: STRING?, text :: STRING?, signature :: STRING?, roles :: LIST? OF STRING?, writes :: BOOLEAN?, core :: BOOLEAN?)
Output parameters
Name | Type |
---|---|
type |
STRING? |
name |
STRING? |
text |
STRING? |
signature |
STRING? |
roles |
LIST? OF STRING? |
writes |
BOOLEAN? |
core |
BOOLEAN? |
Was this page helpful?