Skip to content

Commit add76b3

Browse files
committed
docs(graphql): update installation command
1 parent 8ff8318 commit add76b3

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)