From add76b3d1bbbc9c1f08f5203d7f25c8bb94aa8a3 Mon Sep 17 00:00:00 2001 From: CatsMiaow Date: Mon, 27 Oct 2025 14:09:39 +0900 Subject: [PATCH] docs(graphql): update installation command --- content/graphql/quick-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/graphql/quick-start.md b/content/graphql/quick-start.md index 4be7ab1e..66f4bf46 100644 --- a/content/graphql/quick-start.md +++ b/content/graphql/quick-start.md @@ -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