Skip to content

Commit

Permalink
Merge pull request #2224 from all2pie/patch-2
Browse files Browse the repository at this point in the history
Added Missing Package
  • Loading branch information
kamilmysliwiec committed Feb 24, 2022
2 parents 3a9315d + b2a4c7b commit 05f8d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/graphql/federation.md
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ A working example is available [here](https://github.com/nestjs/nest/tree/master
Start by installing the required dependencies:

```bash
$ npm install --save @apollo/subgraph
$ npm install --save @apollo/subgraph @nestjs/mercurius
```

> info **Note** The `@apollo/subgraph` package is required to build a subgraph schema (`buildSubgraphSchema`, `printSubgraphSchema` functions).
Expand Down

0 comments on commit 05f8d9a

Please sign in to comment.