I am using linked list pattern in cypher to represent some data.
(node1)-[:NEXT]->(node2)-[:NEXT]->(node3)
the question is how can I insert