Using Enterprise version 4.2.5, I am trying to do batch operations (for example creating Nodes) in a performant way. I understand that passing in lists of parameters and using UNWIND is a good practice, so I attempted the following:
UNWIND $batch as ...