Skip to content

Commit 5c21b05

Browse files
author
Paulo Eduardo Rezende
committed
docs(graphql): use latest mercurius package
1 parent 2dbcc1d commit 5c21b05

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