Skip to content

Commit 5f68563

Browse files
Merge pull request #3342 from CatsMiaow/master
docs(graphql): update installation command
2 parents 8ff8318 + add76b3 commit 5f68563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/graphql/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ 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 @as-integrations/express5 graphql
1616

1717
# For Fastify and Apollo
1818
# npm i @nestjs/graphql @nestjs/apollo @apollo/server @as-integrations/fastify graphql

0 commit comments

Comments
 (0)