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
In this version, NestJS remove TypeGraphQL dependency and now implements the same decorators (@inputType, @ObjectType...) on your own package @nestjs/graphql. The reason is performance improvement, considering how the NestJS CDI works.
In this version, NestJS remove TypeGraphQL dependency and now implements the same decorators (@inputType, @ObjectType...) on your own package @nestjs/graphql. The reason is performance improvement, considering how the NestJS CDI works.
How to migrate: https://docs.nestjs.com/migration-guide#graphql
The text was updated successfully, but these errors were encountered: