Skip to content

Commit 5dfb4a7

Browse files
Merge pull request #3013 from ticmaidev/federation-patch-1
remove reference to @apollo/federation
2 parents e6859d6 + 1ad6db3 commit 5dfb4a7

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
@@ -18,7 +18,7 @@ In the following sections, we'll set up a demo application that consists of a ga
1818
Start by installing the required dependencies:
1919

2020
```bash
21-
$ npm install --save @apollo/federation @apollo/subgraph
21+
$ npm install --save @apollo/subgraph
2222
```
2323

2424
#### Schema first

0 commit comments

Comments
 (0)