Having the following cypher query:
MERGE (r:Root) MERGE (r)<-[:N]-(n1:T {id: \'a\'}) SET n1.description = \'d1\' WITH r,n1 MERGE (n1)<-[:N]-(n2:T {id: