-
build error:
> nest build
node_modules/type-graphql/dist/utils/buildSchema.d.ts:2:47 - error TS2307: Cannot find module 'graphql/utilities/schemaPrinter'.
2 import { Options as PrintSchemaOptio…
-
**Issue type:**
[x] question
[x] bug report
[ ] feature request
[ ] documentation issue
**Database system/driver:**
[ ] `cordova`
[ ] `mongodb`
[ ] `mssql`
[ ] `mysql` / `mariadb`
[ ] …
-
Hey @19majkel94 I am trying to use typegoose with type-graphql. Following are the relevant code snippets from my user.model.ts, user.service.ts and user.resolver.ts files.
user.model.ts
```
@Object…
-
**Describe the problem feature solves**
Right now when you want to run the project you have to install and setup everything on your own From the express setup to the database etc. But in some cases…
-
```ts
//group.model.ts
import { prop, Ref } from '@typegoose/typegoose'
import { User } from './user.model'
export class Group {
@prop()
title: string
@prop({ref: User})
user: Ref
…
-
看到源码里比原来的有改动,用了个ctx代替是原来的req,然后在get时就报了ctx.switchToHttp is not a function的错。
-
I'm facing a weird issue in my app running inside docker container, app crashes without any error message, I even tried to catch the exception but still no success. Works very much fine in my local, w…
-
## Versions
- NodeJS: 12.18.3
- Typegoose(NPM): 7.3.5
- mongoose: 5.10.0
- mongodb: 3.6.2
- nestjs / nestjs-typegoose: 7.4.2 / 7.1.32
## What is the Problem?
I want to use `overwrite` opt…
-
## I'm submitting a...
[ ] Regression
[ ] Bug report
[x] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post…
-
Hello Everyone , I Have Problem When Connecting Mongo .
`import { MongooseModule } from '@nestjs/mongoose';`
i was imported MongooseModule into my app.module.ts But This is Does not Work And This is…