-
I believe that TypeScript support for both the admin panel and the API would be a great addition. Adding typescript support for the admin panel shouldn't be too much of a problem, since you're already…
-
## Bug Report
Forked `nest-typescript-starter`. Tried example `nest/sample/23-graphql-code-first`
Go http://127.0.0.1:3000/graphql and subscribe:
```
subscription {
recipeAdded {
id
…
-
## I'm submitting a...
[ ] Regression
[x] Bug report
[ ] Feature request
[x] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post…
-
I feel this Prisma + [nexus](https://github.com/graphql-nexus/nexus) is better, can there be a CODE-FIRST second method, or integration?
ZiNai updated
4 years ago
-
The `exclude` setting in tsconfig.json is not necessary because the TypeScript default value already covers the same directories.
https://github.com/nestjs/typescript-starter/blob/08b0150cb67d66a3b…
-
### Using Wallaby in our monorepo Nx environment provides a series of output errors that appear to be related to the loading of the tested. Running the tests via Karma, 99% pass.
Please note we ar…
-
## 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…
-
## I'm submitting a...
[ x ] Regression
[ ] Bug report
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead po…
-
## Bug Report
## Current behavior
![not-working](https://user-images.githubusercontent.com/29735669/74172878-f8f15a80-4c6b-11ea-91d2-c8afd196c9c8.png)
## Input Code
Use `nest n proj`…
-
If you take the nestjs/typescript-starter repo, and changing the `target` to es5 in tsconfig(and adding `lib: ['es6']`)
ApiModelProperty defined properties no longer are described in swagger. runn…