Articles tagged as refactoring
Using Cypher and APOC to move a property value to a label
Commencing with Neo4j 3.0 and the introduction of stored procedures as well as APOC one can utilize the stored procedure apoc.create.addLabels to move a property to a label with Cypher…