Represents the result of a findOneAnd* operation (e.g. findOneAndUpdate)
findOneAnd*
findOneAndUpdate
value - The document that was found and modified.
If the operation was ok.
The document that was found and modified, or null if nothing matched.
null
Represents the result of a
findOneAnd*
operation (e.g.findOneAndUpdate
)Field
value - The document that was found and modified.