Skip to content

Commit 05f8d9a

Browse files
Merge pull request #2224 from all2pie/patch-2
Added Missing Package
2 parents 3a9315d + b2a4c7b commit 05f8d9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/graphql/federation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ A working example is available [here](https://github.com/nestjs/nest/tree/master
386386
Start by installing the required dependencies:
387387

388388
```bash
389-
$ npm install --save @apollo/subgraph
389+
$ npm install --save @apollo/subgraph @nestjs/mercurius
390390
```
391391

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

0 commit comments

Comments
 (0)