I am using apoc.refactor.mergeNodes to merge nodes.
I have 886 nodes with properties of patient_id and date of service. All the dates of service are in December of the same year.
I have the following code:
CALL apoc.refactor.mergeNodes(nodes, {prope...