apoc.mongodb.insert
Procedure
apoc.mongodb.insert(host-or-key,db,collection,documents) - inserts the given documents into the mongodb collection
Signature
apoc.mongodb.insert(host :: STRING?, db :: STRING?, collection :: STRING?, documents :: LIST? OF MAP?) :: VOID