Hello !
I am using neo4j 3.5.0.
I am exporting my whole database with the following APOC command :
CALL apoc.export.cypher.all('/tmp/export.cypher',{format:'cypher-shell'});
I'm wondering about consistency of this export : if a node or a link is crea...