apoc.mongo.insert

This is the APOC Extended documentation.

APOC Extended is not supported by Neo4j. For the officially supported APOC Core, go to the APOC Core page.

Procedure Apoc Extended

apoc.mongo.insert(uri, documents, $config) yield value - inserts the given documents into the mongodb collection

Signature

apoc.mongo.insert(uri :: STRING?, documents :: LIST? OF ANY?, config = {} :: MAP?) :: VOID

Input parameters

Name Type Default

uri

STRING?

null

documents

LIST? OF ANY?

null

config

MAP?

{}