You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/schema-design/federated-schemas/reference/moving-to-federation-2.mdx
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ graph LR;
24
24
You can upgrade to either of the following:
25
25
26
26
-[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
28
28
2. Begin composing your supergraph schema with Federation 2 composition logic.
29
29
3. Update your individual subgraphs to use Federation 2 features and directives.
30
30
@@ -42,7 +42,7 @@ For your Federation 1 supergraph to support Federation 2, you first need to upgr
42
42
43
43
- 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.
44
44
- 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
46
46
47
47
<Note>
48
48
@@ -65,10 +65,10 @@ You can install updated versions of these libraries in your gateway project with
65
65
npm install @apollo/gateway graphql
66
66
```
67
67
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.
69
69
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.
0 commit comments