Skip to content

Commit d65a110

Browse files
Merge pull request #2111 from tugascript/graphql-15
Add graphql version ^15
2 parents 8de789b + 85545e3 commit d65a110

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
@@ -9,7 +9,7 @@ In this chapter, we assume a basic understanding of GraphQL, and focus on how to
99
Start by installing the required packages:
1010

1111
```bash
12-
$ npm i @nestjs/graphql graphql apollo-server-express
12+
$ npm i @nestjs/graphql graphql@^15 apollo-server-express
1313
```
1414

1515
> info **Hint** If using Fastify, instead of installing `apollo-server-express`, you should install `apollo-server-fastify`.

0 commit comments

Comments
 (0)