Skip to content

Commit 971d1d2

Browse files
Update content/techniques/performance.md
1 parent 17ddd66 commit 971d1d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/techniques/performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ First, we need to install the required package:
1515
```bash
1616
$ npm i --save @nestjs/platform-fastify
1717
```
18-
> warning **Warning** When using `@nestjs/platform-fastify` version `<=3.0.0` and `apollo-server-fastify`, graphql playground may not work due to incompatibility with `fastify` version `^3.0.0`. You may want to use the unstable `apollo-server-fastify` version `^3.0.0-alpha.3` or choose express.
18+
> warning **Warning** When using `@nestjs/platform-fastify` version `>=7.5.0` and `apollo-server-fastify`, GraphQL playground may not work due to incompatibility with `fastify` version `^3.0.0`. You may want to use the unstable `apollo-server-fastify` version `^3.0.0-alpha.3` or temporarily choose express instead.
1919
2020
#### Adapter
2121

0 commit comments

Comments
 (0)