You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# npm i @nestjs/graphql @nestjs/apollo graphql apollo-server-fastify
17
17
18
18
# For Fastify and Mercurius
19
-
# npm i @nestjs/graphql @nestjs/mercurius graphql mercurius@^9
19
+
# npm i @nestjs/graphql @nestjs/mercurius graphql mercurius fastify
20
20
```
21
21
22
22
> 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