apoc.cypher.runSchemaFile

Procedure

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

Signature

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

Input parameters

Name Type Default

file

STRING?

null

config

MAP?

{}

Output parameters

Name Type

row

INTEGER?

result

MAP?