Merge pull request #3342 from CatsMiaow/master

docs(graphql): update installation command
This commit is contained in:
Kamil Mysliwiec
2025-10-27 09:18:35 +01:00
committed by GitHub

View File

@@ -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