I want to clone a graph and set the nodes attributes of the new copy based on a array of dictionary. I did the following query:
MATCH (rootSkill:Skill{name: 'null'}),
(rootStudent:Student{id: '9f828c12-5134-409a-846e-bbc5a6463bff'})
CALL apoc.path.su...