You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Checked migration docs v7 to v8 and GraphQL related module or type errors are not mentioned.
Potential Commit/PR that introduced the regression**
don't know
Describe the regression
I tried upgrading @nestjs/graphql to v8 and failed. I used the following code to reproduce the issue. Rolling back to @nestjs/graphql@7 solved my issues.
Input Code
Reproduction:
npm i -g @nestjs/cli@8
nest new project-name -> choose `npm`cd project-name
npm run build
I was not expecting module or type declaration errors when migrating from @nestjs/graphql@7 to @nestjs/graphql@8. Neither migration docs nor Nest GraphQL docs mention potential issues or give instructions.
Nevertheless, rolling back @nestjs/graphql@7 resolves all build errors. So the upgrade of apollo-server-express package from 2.25.2 to 3.0.0 seems not to be the problem.
Environment
Nest version: @nestjs/[email protected] -> @nestjs/[email protected]
For Tooling issues:
- Node version: v14.17.3
- Platform: Windows
Others:
The text was updated successfully, but these errors were encountered:
Regression
Checked migration docs v7 to v8 and GraphQL related module or type errors are not mentioned.
Potential Commit/PR that introduced the regression**
don't know
Describe the regression
I tried upgrading
@nestjs/graphql
to v8 and failed. I used the following code to reproduce the issue. Rolling back to@nestjs/graphql@7
solved my issues.Input Code
Reproduction:
No failures so far. Now I followed the GraphQL Quickstart Tutorial
I'm receiving the following errors:
Expected behavior/code
I was not expecting module or type declaration errors when migrating from
@nestjs/graphql@7
to@nestjs/graphql@8
. Neither migration docs nor Nest GraphQL docs mention potential issues or give instructions.Nevertheless, rolling back
@nestjs/graphql@7
resolves all build errors. So the upgrade ofapollo-server-express
package from2.25.2
to3.0.0
seems not to be the problem.Environment
The text was updated successfully, but these errors were encountered: