Skip to content

Commit b2a4c7b

Browse files
authored
Added Missing Package
@nestjs/mercurius is missing
1 parent 3a9315d commit b2a4c7b

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)