apoc.create.nodes

Procedure

apoc.create.nodes(['Label'], [{key:value,…​}]) create multiple nodes with dynamic labels

Signature

apoc.create.nodes(label :: LIST? OF STRING?, props :: LIST? OF MAP?) :: (node :: NODE?)

Input parameters

Name Type Default

label

LIST? OF STRING?

null

props

LIST? OF MAP?

null

Output parameters