Hello!
I am trying to use apoc.export.json.query() inside of a apoc.periodic.iterate() call.
In my Cypher query below, only the last result is saved to the "output.json" file as I presume the previous results are overwritten. Is there a way to append...