mirror of
https://github.com/nestjs/docs.nestjs.com.git
synced 2026-02-22 04:41:31 +00:00
docs(graphql): update installation command
This commit is contained in:
@@ -12,7 +12,7 @@ Start by installing the required packages:
|
||||
|
||||
```bash
|
||||
# For Express and Apollo (default)
|
||||
$ npm i @nestjs/graphql @nestjs/apollo @apollo/server graphql
|
||||
$ npm i @nestjs/graphql @nestjs/apollo @apollo/server @as-integrations/express5 graphql
|
||||
|
||||
# For Fastify and Apollo
|
||||
# npm i @nestjs/graphql @nestjs/apollo @apollo/server @as-integrations/fastify graphql
|
||||
|
||||
Reference in New Issue
Block a user