I asked the question in SO: https://stackoverflow.com/questions/60765877/how-to-splice-a-linked-lists-in-cypher/60771324#60771324
Given a linked-list of LogEntry:
(log:Log)
(e1:LogEntry {date: Date('2020-03-19')})
(e2:LogEntry {date: Date('2020-03-17...