Skip to content

Commit 334e5e9

Browse files
authored
docs: update Apollo Server version references to reflect the upgrade to v5 (#3447)
Apollo Server 4 is EOL so we want to recommend upgrading to v5 instead.
1 parent cdc1810 commit 334e5e9

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/source/schema-design/federated-schemas/reference/moving-to-federation-2.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ graph LR;
2424
You can upgrade to either of the following:
2525

2626
- [The GraphOS Router](https://github.com/apollographql/router), a high-performance precompiled executable (recommended)
27-
- Version 2.x of the `@apollo/gateway` library, along with version 4.x of Apollo Server
27+
- Version 2.x of the `@apollo/gateway` library, along with version 5.x of Apollo Server
2828
2. Begin composing your supergraph schema with Federation 2 composition logic.
2929
3. Update your individual subgraphs to use Federation 2 features and directives.
3030

@@ -42,7 +42,7 @@ For your Federation 1 supergraph to support Federation 2, you first need to upgr
4242

4343
- The GraphOS Router. This is a high-performance, precompiled executable that is based on the Apollo Router Core and provides many benefits over the Node.js-based gateway.
4444
- We recommend moving to the GraphOS Router unless you've extended your Node.js gateway with functionality that the GraphOS Router doesn't currently support (this is uncommon).
45-
- Version 2.x of the `@apollo/gateway` library, with version 4.x of Apollo Server
45+
- Version 2.x of the `@apollo/gateway` library, with version 5.x of Apollo Server
4646

4747
<Note>
4848

@@ -65,10 +65,10 @@ You can install updated versions of these libraries in your gateway project with
6565
npm install @apollo/gateway graphql
6666
```
6767

68-
Apollo Server 3.x supports these updated library versions, however Apollo Server 3.x is deprecated. Therefore, we strongly recommend also upgrading your gateway to Apollo Server 4.
68+
Apollo Server 3.x supports these updated library versions, but Apollo Server 3.x is end-of-life. Therefore, we strongly recommend also upgrading your gateway to Apollo Server 5.
6969

70-
- [Learn how to migrate to Apollo Server 4.](/apollo-server/migration)
71-
- If you're still using Apollo Server 2.x, we recommend [migrating to v3.x ](/apollo-server/v3/migration) and then migrating to 4.x.
70+
- [Learn how to migrate from Apollo Server 3 to Apollo Server 5.](/apollo-server/migration-from-v3)
71+
- If you're still using Apollo Server 2.x, first [migrate to Apollo Server 3](/apollo-server/v3/migration), and then migrate to Apollo Server 5.
7272

7373
## Step 2: Configure your composition method
7474

0 commit comments

Comments
 (0)