Skip to content

Commit 73fa99d

Browse files
Merge pull request #2443 from pauloedurezende/docs/improve-graphql-install
docs(graphql): add correct dependencies to use with fastify and mercurius
2 parents 2dbcc1d + 190a482 commit 73fa99d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/graphql/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ $ npm i @nestjs/graphql @nestjs/apollo graphql apollo-server-express
1616
# npm i @nestjs/graphql @nestjs/apollo graphql apollo-server-fastify
1717

1818
# For Fastify and Mercurius
19-
# npm i @nestjs/graphql @nestjs/mercurius graphql mercurius@^9
19+
# npm i @nestjs/graphql @nestjs/mercurius graphql mercurius fastify
2020
```
2121

2222
> warning **Warning** `@nestjs/graphql@>=9` and `@nestjs/apollo^10` packages are compatible with **Apollo v3** (check out Apollo Server 3 [migration guide](https://www.apollographql.com/docs/apollo-server/migration/) for more details), while `@nestjs/graphql@^8` only supports **Apollo v2** (e.g., `[email protected]` package).

0 commit comments

Comments
 (0)