apoc.cypher.runMany

Procedure

apoc.cypher.runMany('cypher;\nstatements;',{params},[{statistics:true,timeout:10}]) - runs each semicolon separated statement and returns summary - currently no schema operations

Signature

apoc.cypher.runMany(cypher :: STRING?, params :: MAP?, config = {} :: MAP?) :: (row :: INTEGER?, result :: MAP?)

Input parameters

Name Type Default

cypher

STRING?

null

params

MAP?

null

config

MAP?

{}

Output parameters

Name Type

row

INTEGER?

result

MAP?