-
**Do you want to request a *feature* or report a *bug*?**
Bug
**What is the current behavior?**
When using a discriminator key, all mongoose methods return the discriminator key in addition of th…
-
Docs should mention that `createdAt` uses `this._id.getTimestamp()` here https://mongoosejs.com/docs/guide.html#timestamps, and instead might be confusing as the reader would think it uses the current…
-
**Do you want to request a *feature* or report a *bug*?** Bug
**What is the current behavior?** findOneAndUpdate has no effect unless I add "await" or ".then()"
**If the current behavior is a bu…
-
**Do you want to request a *feature* or report a *bug*?**
Bug
**What is the current behavior?**
Type defs don't work as expected
**If the current behavior is a bug, please provide the …
-
I am trying to creating mongoose data, using array, In frontend I receive array of data like this-
```
mutation addCrypto {
addCrypto(
input: {
code: ["AEDAUD", "AEDCAD", "AEDCHF"…
-
-[] Follow model
```
"followerId": ,
"followingId":
-
**Do you want to request a *feature* or report a *bug*?**
*bug*
**What is the current behavior?**
Using a discriminated model, it is possible to `$unset` the discriminator key field.
**If the …
-
We were recently attempting to update to mongoose 5.11.3 and ran into this compilation error:
```
src/model/document/ModelRef.ts:4:25 - error TS2305: Module '"mongoose"' has no exported member 'Ho…
-
Mongoose's default connection logic is deprecated as of 4.11.0. Please opt in to the new connection logic using the useMongoClient option, but make sure you test your connections first if you're upgra…
-
**Do you want to request a *feature* or report a *bug*?**
Bug
**What is the current behavior?**
Empty nested schemas are not minimized.
**If the current behavior is a bug, please provide t…