Skip to content

Commit a4d3068

Browse files
Update quick-start.md
1 parent 7c01a7c commit a4d3068

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/graphql/quick-start.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ Start by installing the required packages:
1212

1313
```bash
1414
# For Express and Apollo (default)
15-
$ npm i @nestjs/graphql @nestjs/apollo @apollo/server graphql
15+
$ npm i @nestjs/graphql @nestjs/apollo @apollo/server@^4.12.2 graphql
1616

1717
# For Fastify and Apollo
18-
# npm i @nestjs/graphql @nestjs/apollo @apollo/server @as-integrations/fastify graphql
18+
# npm i @nestjs/graphql @nestjs/apollo @apollo/server@^4.12.2 @as-integrations/fastify graphql
1919

2020
# For Fastify and Mercurius
2121
# npm i @nestjs/graphql @nestjs/mercurius graphql mercurius

0 commit comments

Comments
 (0)