docs(graphql): update installation command

This commit is contained in:
CatsMiaow
2025-10-27 14:09:39 +09:00
parent 8ff8318a7d
commit add76b3d1b

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