Hi all,
I am writing cypher query that inserts values based on JSON values passed with UNWIND. Values are working as expected, but I want to make node name dynamic, based on "class" value on JSON.
Here's working example
UNWIND [{id: "199" , container...