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: studio-docs/shared/register-federated-cli.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
In a federated architecture, each of your graph's [implementing services](https://www.apollographql.com/docs/apollo-server/federation/implementing-services/) uses the Apollo CLI to register its schema as a separate service **of the same graph**:
1
+
In a federated architecture, each of your graph's [implementing services](https://www.apollographql.com/docs/federation/implementing-services/) uses the Apollo CLI to register its schema as a separate service **of the same graph**:
Copy file name to clipboardExpand all lines: studio-docs/source/data-privacy.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,14 +26,14 @@ All data sent to Apollo Studio is sent to an endpoint with one of the following
26
26
|`https://usage-reporting.api.apollographql.com`| Metrics reporting from [Apollo Server](https://www.apollographql.com/docs/studio/setup-analytics/#pushing-traces-from-apollo-server) (v2.18.0+) and [third-party API servers](https://www.apollographql.com/docs/studio/setup-analytics/#third-party-support)|
27
27
|`https://schema-reporting.apollographql.com`| Schema registration via schema reporting in [Apollo Server](https://www.apollographql.com/docs/studio/schema/schema-reporting/#apollo-server-setup) (v2.18.0+) and [third-party API servers](https://www.apollographql.com/docs/studio/schema/schema-reporting/#other-graphql-servers)|
28
28
|`https://graphql.api.apollographql.com`| All [Apollo CLI](https://www.apollographql.com/docs/devtools/cli/) (v2.31+) commands that communicate with Studio |
29
-
|`https://federation.api.apollographql.com`| Apollo Server with Apollo Gateway (v0.16.0+) with [managed federation](https://www.apollographql.com/docs/studio/managed-federation/overview/)|
29
+
|`https://federation.api.apollographql.com`| Apollo Server with Apollo Gateway (v0.16.0+) with [managed federation](https://www.apollographql.com/docs/federation/managed-federation/overview/)|
30
30
|`https://operations.api.apollographql.com`| Apollo Server with the [operation registry plugin](https://www.apollographql.com/docs/studio/operation-registry/) (v0.4.1+) |
31
-
|`https://storage-secrets.api.apollographql.com`| Apollo Server with Apollo Gateway (v0.16.0+) with [managed federation](https://www.apollographql.com/docs/studio/managed-federation/overview/), or with the [operation registry plugin](https://www.apollographql.com/docs/studio/operation-registry/) (v0.4.1+) |
31
+
|`https://storage-secrets.api.apollographql.com`| Apollo Server with Apollo Gateway (v0.16.0+) with [managed federation](https://www.apollographql.com/docs/federation/managed-federation/overview/), or with the [operation registry plugin](https://www.apollographql.com/docs/studio/operation-registry/) (v0.4.1+) |
32
32
|**Active legacy URLs**|
33
33
|`https://engine-report.apollodata.com`| Metrics reporting from Apollo Server (v2.0-2.17.x) |
34
34
|`https://edge-server-reporting.api.apollographql.com`| Schema registration via schema reporting in Apollo Server (v2.15.0-2.17.x) |
35
35
|`https://engine-graphql.apollographql.com`| All Apollo CLI (v2.30 and earlier) commands that communicate with Studio |
36
-
|`https://storage.googleapis.com`| Apollo Server with Apollo Gateway (v0.15.1 and earlier) with [managed federation](https://www.apollographql.com/docs/studio/managed-federation/overview/), or with the [operation registry plugin](https://www.apollographql.com/docs/studio/operation-registry/) (v0.3.1 and earlier) |
36
+
|`https://storage.googleapis.com`| Apollo Server with Apollo Gateway (v0.15.1 and earlier) with [managed federation](https://www.apollographql.com/docs/federation/managed-federation/overview/), or with the [operation registry plugin](https://www.apollographql.com/docs/studio/operation-registry/) (v0.3.1 and earlier) |
37
37
38
38
If your environment uses a corporate proxy or firewall, you might need to configure it to allow outbound traffic to these domains. Note that data might be sent to multiple endpoints in a given domain.
0 commit comments