We have a set of triggers that we are trying to add into the system when we deploy it for the first time. We have found that you can run:
apoc.initializer.runFile("triggers.cypher") ;
and it will say in the logs that it ran successfully, however whe...