Skip to content

Commit

Permalink
Merge pull request #3013 from ticmaidev/federation-patch-1
Browse files Browse the repository at this point in the history
remove reference to @apollo/federation
  • Loading branch information
kamilmysliwiec authored Apr 18, 2024
2 parents e6859d6 + 1ad6db3 commit 5dfb4a7
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 @@ -18,7 +18,7 @@ In the following sections, we'll set up a demo application that consists of a ga
Start by installing the required dependencies:

```bash
$ npm install --save @apollo/federation @apollo/subgraph
$ npm install --save @apollo/subgraph
```

#### Schema first
Expand Down

0 comments on commit 5dfb4a7

Please sign in to comment.