-
https://github.com/kpfromer/nestjs-typegoose/issues/433 The author of the nestjs-typegoose package unsupporting it. Better redo without this package.
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
On install package `npm i nestjs-typegoose` got next error
```
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: nest-api@0.0.1
npm …
-
I put up a basic project using NestJS, Typegoose and TypeGraphQL but the mongo query never returns:
https://github.com/elie222/nestjs-typegraphql-typegoose-example
Specifically in this file:
ht…
-
`npm install --save nestjs-typegoose`
**results error:**
Could not resolve dependency:
peer @nestjs/common@"^6.10.1 || ^7.0.0" from nestjs-typegoose@7.1.38
inside package.json i'm using` "@nest…
-
```typescript
import { User } from '@models'; // working aliased path
import { Injectable } from '@nestjs/common';
import { ReturnModelType } from '@typegoose/typegoose';
import { InjectModel } fr…
-
Hi guys,
Can anyone assist how this can be configured with nestjs-typegoose, since it pretty much wrapped around mongoose.
-
**Describe the bug**
When mutation is used to generate an object and ones query in the subset a relation an error occurs.
1. Use relation for graphql:
@Relation('campaignMetrics', () => CampaignM…
-
## Versions
- System: linux / macos / windows
- NodeJS: 0.0.0
- Typescript: 0.0.0
- Compiler / Transpiler: tsc / ts-node / ts-jest
- Typegoose(NPM): 11.4.0
- Typegoose(GIT): commithas…
-
I want to use some plugins in mongoose, but the plugins need a 'connection' object. How do I get it?