Skip to content

Commit 737c183

Browse files
committed
docs(graphql/getting-started): remove graphql-tools dependency from installation instructions
1 parent ed95beb commit 737c183

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-tools graphql [email protected]
12+
$ npm i @nestjs/graphql graphql [email protected]
1313
```
1414
> info **Hint** If using Fastify, instead of installing `apollo-server-express`, you should install `apollo-server-fastify`.
1515

0 commit comments

Comments
 (0)