Overview
UNWIND and Parameters
UNWIND a list into rows. ALWAYS use $params — never string-concat into a query.
Why it matters
Driver parameters are how Neo4j gives you both safety (no injection) and speed (the planner caches the query plan keyed on shape).