-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
After nestjs/mongoose update the following broke. For recursive (tree/menu) structure like th…
-
```
// tsconfig
{
"compilerOptions": {
"module": "commonjs",
"moduleResolution": "node",
"declaration": true,
"removeComments": true,
"emitDecoratorMetadata": true,
…
-
**Describe the bug**
Using NestJS and after adding mongoose-paginate-v2 to the schemas, when using any endpoint that uses pagination, NodeJS throws the following error:
```
Error: This is cause…
-
**Is your feature request related to a problem? Please describe.**
Declaring the parameters to search the database with, is often done twice: once on the frontend, and once on the backend. It would b…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
Here is my dependencies,
**serverless.yaml**
service: backend-serverless
…
-
I am trying to implement collection with discriminators, but seems I can not just add the discriminators to the models and expect the corresponding resolver to be generated.
value-set.module.ts
``…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
I am creating a schema where couple of string properties need to have mongoose `setters…
-
Hi @sandeepsuvit, thanks for developing this package! I've been trying it a little bit and it's awesome.
I've been trying to include it in one of my projects and I think I found an issue. It basica…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
Running the same tests after upgrading causes the tests to not run through and provide …
-
## Bug Report
**Current Behavior**
I'm currently deploying a Remix app with serverless and using `serverless-offline` to run my app on development environment (highly inspired by [@shamsup](ht…