-
### Describe the problem and solution
Nestjs Admin GraphQL에서 ResolveField를 활용했을 때, N+1 문제가 발생합니다.
만약 총 5개의 문제를 getProblems에서 가져온다고 할 때, 이때 각각의 tag들을 불러온다면 전체 problem을 조회하는 쿼리 한 번, 각각의 problem에서 ta…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the issue
If you specify a null property type for an Entity class as a Union type such as "string | n…
-
# Feature request
## Is your feature request related to a problem? Please describe.
Currently, `Prisma` `uuid(7)` isn't supported.
```typescript
model Agency {
id String @id @de…
-
### Describe the bug
```ts
GraphQLModule.forRoot({
driver: YogaDriver,
autoSchemaFile: join(process.cwd(), 'src/schema.gql'),
sortSchema: true,
logging: 'debug',
…
-
i want use apache age not as superuser but i receive this error:
error access to library "age" is not allowed
I tried a lot to fix this error but I didn't succeed
When I work as superuser there i…
-
**Describe the bug**
Hi,
first of all thanks a lot for this fantastic piece of software!
I have managed to integrate it in my NextJS app, I can see the chat sidebar appearing and the chat content …
-
### Describe the bug
Application initializes twice when using SWC with NestJS `nest start --watch` (`npm run start:dev` in the repo's scripts), even though with `nest start` (`npm run start` in the…
-
Hi,
is it possible to obfuscate a NestJS application with this obfuscator?
How would I integrate it in the build process?
Thanks
-
### Summary
Certificate Worker for pusher and Message broker
### Tasks
- Certificate 需要一個獨立的worker處理 pusher和Message broker的串接
- Certificate post的時後會轉發 aich, 可能是worker consume回來的結果
- 然後worke…
-
Error: Cannot find module 'markdown-remove'
`"remove-markdown": "^0.5.5",`
NestJS
`"@nestjs/core": "^10.4.1",`