We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3137f96 commit b707e66Copy full SHA for b707e66
content/graphql/quick-start.md
@@ -13,7 +13,7 @@ Start by installing the required packages:
13
$ npm i @nestjs/graphql @nestjs/apollo graphql apollo-server-express
14
15
# For Fastify and Apollo
16
-# npm i @nestjs/graphql @nestjs/apollo graphql apollo-server-express
+# npm i @nestjs/graphql @nestjs/apollo graphql apollo-server-fastify
17
18
# For Fastify and Mercurius
19
# npm i @nestjs/graphql @nestjs/mercurius graphql mercurius
0 commit comments