-
## I'm submitting a...
- [ ] Regression
- [X] Bug report
- [ ] Feature request
- [ ] Documentation issue or request (new chapter/page)
- [ ] Support request => Please do not submit suppo…
-
### Describe the bug
```ts
GraphQLModule.forRoot({
driver: YogaDriver,
autoSchemaFile: join(process.cwd(), 'src/schema.gql'),
sortSchema: true,
logging: 'debug',
…
-
After cloning and instal, I ran the following command with the result:
gesthairhome@mbp-de-patrick nestjs-prisma % cp .env.example .env
gesthairhome@mbp-de-patrick nestjs-prisma % nx run-many -t mig…
-
## Issue Description
I'm getting this error **TypeORMError: Driver not Connected** and no clue about what is causing it. I also searched this error here and in Stackoverflow but found nothing. …
-
### Bug description
On a fresh repository with just `prisma` and `@prisma/client` installed, **the fact of importing** @prisma/client silently loads my local .env file without letting me any chance t…
-
Hi,
I am new at NestJs.
Is this example correct? I have no Idea how to get the "configService" as described in the example.
I only can find examples with use of "useFactory".
`import { RMQModu…
-
**Describe the bug**
Nested items are returned as null, when they are not.
Example query
```
todoItems {
id
name
toTags {
tag {
id
name
}
}
}
```
You h…
-
We should create a backend to connect with a database and save users sessions.
These user data could have previous codes.
Example of frameworks/libs to implement this backend:
- [Fastify](htt…
-
Hello,
I'm facing an issue with the implementation of tRPC with NestJS.
I've followed the setup in docs and it generates a server.ts file as expected, but when referencing a test endpoint inside…
-
## Feature Request
I'm trying to setup a new project. I worked with nestJS, they allow me write description of APIs, group API tags, example data body,... Currently there are some hard if i wanna w…