suspend fun MongoClient.findOneAndUpdateAwait(collection: String, query: JsonObject, update: JsonObject): JsonObject
Find a single matching document in the specified collection and update it.
query
- the query used to match the document
update
- used to describe how the documents will be updated
resultHandler
- will be provided with the document, if any
Return