Skip to content

Commit bc86b81

Browse files
Update overview.md
1 parent 67a6088 commit bc86b81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/devtools/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Next up, let's install the required dependency:
2121
$ npm i @nestjs/devtools-integration
2222
```
2323

24-
> warning **Warning** If you're using `@nestjs/graphql` package in your application, make sure to install the upcoming `next` version (`npm i @nestjs/graphql@next`).
24+
> warning **Warning** If you're using `@nestjs/graphql` package in your application, make sure to install the latest version (`npm i @nestjs/graphql@11`).
2525
2626
With this dependency in place, let's open up the `app.module.ts` file and import the `DevtoolsModule` that we just installed:
2727

0 commit comments

Comments
 (0)