apoc.cypher.runSchemaFiles

Procedure

apoc.cypher.runSchemaFiles([files or urls],{statistics:true,timeout:10}) - allows only schema operations, runs each schema statement in the files, all semicolon separated

Signature

apoc.cypher.runSchemaFiles(file :: LIST? OF STRING?, config = {} :: MAP?) :: (row :: INTEGER?, result :: MAP?)

Input parameters

Name Type Default

file

LIST? OF STRING?

null

config

MAP?

{}

Output parameters

Name Type

row

INTEGER?

result

MAP?