Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/building-supergraphs/router.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Apollo actively supports the following options for your router:
- **The graphos Router (recommended)**: This is a high-performance, precompiled Rust binary.

- If you're getting started with federation, we recommend [creating a cloud supergraph](/graphos/quickstart/cloud/) with Apollo GraphOS. With a cloud supergraph, GraphOS provisions and manages your router for you.
- You can also host your own GraphOS Router instances. [See the Federation Quickstart](../quickstart/setup/) to get started.
- You can also host your own GraphOS Router instances. [See the Federation Quickstart](../quickstart/]) to get started.

- **Apollo Server**: Apollo Server can act as your router via the [`@apollo/gateway`](https://www.npmjs.com/package/@apollo/gateway) extension library.
- [See how to set up Apollo Gateway](/apollo-server/using-federation/apollo-gateway-setup).
Expand Down