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
Copy file name to clipboardExpand all lines: content/devtools/overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Next up, let's install the required dependency:
21
21
$ npm i @nestjs/devtools-integration
22
22
```
23
23
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`).
25
25
26
26
With this dependency in place, let's open up the `app.module.ts` file and import the `DevtoolsModule` that we just installed:
0 commit comments