Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(types): support findOneAndReplace with rawResult #12062

Commits on Jul 7, 2022

  1. fix(types): support findOneAndReplace with rawResult

    Both findOneAndReplace and findOneAndUpdate support the rawResult
    option, which changes the return type to include more information from
    the MongoDB driver. Add an overload for findOneAndReplace to support
    rawResult in a way similar to findOneAndUpdate.
    lantw44 committed Jul 7, 2022
    Copy the full SHA
    c423f65 View commit details
    Browse the repository at this point in the history