From Michael blog post:
Overall Syntax Structure {batch: [{row1},{row2},{row3},...10k]} UNWIND {batch} as row // now perform updates with the data in each "row" map