Hi there,
I am pretty new to Neo4j. I'm trying to update a graph with apoc.periodic.repeat, but it doesn't seem to work. Here is a mock example:
- I created nodes for few countries with MERGE (co:Country {id: #, capital: "capital city"}
- Then I crea...