docs icon indicating copy to clipboard operation
docs copied to clipboard

Document how to use ObjectIDs with raw queries on MongoDB

Open matthewmueller opened this issue 3 years ago • 0 comments

Based on this issue: https://github.com/prisma/prisma/issues/12124

  const users = await prisma.user.findRaw({
        filter: {
            _id: { $eq: { $oid: "6202ec178be26d2b28adc075" } },
        },
    })

matthewmueller avatar Mar 03 '22 17:03 matthewmueller