We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a9315d commit b2a4c7bCopy full SHA for b2a4c7b
content/graphql/federation.md
@@ -386,7 +386,7 @@ A working example is available [here](https://github.com/nestjs/nest/tree/master
386
Start by installing the required dependencies:
387
388
```bash
389
-$ npm install --save @apollo/subgraph
+$ npm install --save @apollo/subgraph @nestjs/mercurius
390
```
391
392
> info **Note** The `@apollo/subgraph` package is required to build a subgraph schema (`buildSubgraphSchema`, `printSubgraphSchema` functions).
0 commit comments