apoc.cypher.runFile not available although apoc.cypher.run is (Neo4J 5.7, apoc 5.7)

Hello @boulanger :slight_smile:

Be aware that with Neo4j 5, there are now 2 APOC plugins:

The procedure CALL apoc.cypher.runFile("myfile.cypher"); is in APOC Extended.

Best regards,
Cobra

1 Like