Skip to content

Commit

Permalink
Update router terminology (#1925)
Browse files Browse the repository at this point in the history
Updates uses of "Apollo Router" to "GraphOS Router" or "Apollo Router
Core" where necessary
  • Loading branch information
Meschreiber authored Jul 10, 2024
1 parent 109a7ba commit 4c15619
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/source/commands/license.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Offline Enterprise license support is available on an as-needed basis. Send a re

</Tip>

Run `rover license fetch` to fetch an offline license from GraphOS for a graph with a GraphOS Enterprise plan. Use the fetched license to enable enterprise features while running offline and disconnected from GraphOS, as supported when [running the Apollo Router with an offline license](/router/enterprise-features/#set-up-offline-license-for-the-apollo-router).
Run `rover license fetch` to fetch an offline license from GraphOS for a graph with a GraphOS Enterprise plan. Use the fetched license to enable enterprise features while running offline and disconnected from GraphOS, as supported when [running the GraphOS Router with an offline license](/router/enterprise-features/#set-up-offline-license-for-the-apollo-router).

Specify the graph to fetch from with a `--graph-id` argument:

Expand Down
2 changes: 1 addition & 1 deletion docs/source/commands/persisted-queries.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: Publish persisted query manifests for safelisting and performance o

import AuthNotice from '../../shared/auth-notice.mdx';

With [GraphOS Enterprise](/graphos/enterprise/), you can enhance a graph's security by maintaining a **persisted query list** (**PQL**) for your graph's self-hosted router. The [Apollo Router](/router/) checks incoming requests against the PQL, and can be configured to reject operations that aren't registered in the list.
With [GraphOS Enterprise](/graphos/enterprise/), you can enhance a graph's security by maintaining a **persisted query list** (**PQL**) for your graph's self-hosted router. The [GraphOS Router](/router/) checks incoming requests against the PQL, and can be configured to reject operations that aren't registered in the list.

Registering operations to a PQL has two steps:

Expand Down
4 changes: 2 additions & 2 deletions docs/source/commands/supergraphs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,11 @@ subgraphs:

#### Variable expansion

The `supergraph.yaml` file supports variable expansion using [the same syntax as Apollo Router](/router/configuration/overview/#variable-expansion).
The `supergraph.yaml` file supports variable expansion using [the same syntax as GraphOS Router](/router/configuration/overview/#variable-expansion).

### Output format

By default, `rover supergraph compose` outputs a [supergraph schema](/federation/federated-types/overview/) document to `stdout`. You provide this artifact to [`@apollo/gateway`](/apollo-server/using-federation/api/apollo-gateway/) or the [🦀 Apollo Router](/router/) on startup.
By default, `rover supergraph compose` outputs a [supergraph schema](/federation/federated-types/overview/) document to `stdout`. You provide this artifact to [`@apollo/gateway`](/apollo-server/using-federation/api/apollo-gateway/) or the [🦀 GraphOS Router](/router/) on startup.

<Caution>

Expand Down

0 comments on commit 4c15619

Please sign in to comment.