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
The existing example will error with the following message:
```
❯ npm start
> [email protected] start
> nest start
src/common/plugins/complexity.plugin.ts:1:29 - error TS2305: Module '"@nestjs/graphql"' has no exported member 'Plugin'.
1 import { GraphQLSchemaHost, Plugin } from "@nestjs/graphql";
~~~~~~
Found 1 error(s).
```
This same change was made in the samples a few months ago: nestjs/nest@d8ba5d1#diff-5b158b02130ed8dc4bbebe1b6b42e0ecee7573c44e3850dd013c26765dd52b67
0 commit comments