apoc.help

Procedure APOC Core

Provides descriptions of available procedures. To narrow the results, supply a search string. To also search in the description text, append + to the end of the search string.

Signature

apoc.help(proc :: STRING?) :: (type :: STRING?, name :: STRING?, text :: STRING?, signature :: STRING?, roles :: LIST? OF STRING?, writes :: BOOLEAN?, core :: BOOLEAN?)

Input parameters

Name Type Default

proc

STRING?

null

Output parameters

Name Type

type

STRING?

name

STRING?

text

STRING?

signature

STRING?

roles

LIST? OF STRING?

writes

BOOLEAN?

core

BOOLEAN?