apoc.mongo.find
Procedure Apoc Extended
apoc.mongo.find(uri, query, $config) yield value - perform a find operation on mongodb collection
Signature
apoc.mongo.find(uri :: STRING?, query = null :: ANY?, config = {} :: MAP?) :: (value :: MAP?)
Was this page helpful?