We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c01a7c commit a4d3068Copy full SHA for a4d3068
content/graphql/quick-start.md
@@ -12,10 +12,10 @@ Start by installing the required packages:
12
13
```bash
14
# For Express and Apollo (default)
15
-$ npm i @nestjs/graphql @nestjs/apollo @apollo/server graphql
+$ npm i @nestjs/graphql @nestjs/apollo @apollo/server@^4.12.2 graphql
16
17
# For Fastify and Apollo
18
-# npm i @nestjs/graphql @nestjs/apollo @apollo/server @as-integrations/fastify graphql
+# npm i @nestjs/graphql @nestjs/apollo @apollo/server@^4.12.2 @as-integrations/fastify graphql
19
20
# For Fastify and Mercurius
21
# npm i @nestjs/graphql @nestjs/mercurius graphql mercurius
0 commit comments