Back to skills

apollo-router

infrastructure

A version-aware configuration generator for Apollo Router, the Rust-based graph router that sits in front of federated GraphQL subgraphs. It produces correct YAML for both Router v1.x and v2.x, coveri

Setup & Installation

npx skills add https://github.com/apollographql/apollo-router --skill apollo-router
or paste the link and ask your coding assistant to install it
https://github.com/apollographql/apollo-router
View on GitHub

What This Skill Does

A version-aware configuration generator for Apollo Router, the Rust-based graph router that sits in front of federated GraphQL subgraphs. It produces correct YAML for both Router v1.x and v2.x, covering CORS, JWT auth, telemetry, rate limiting, and REST API connectors. Router v1 and v2 have incompatible config schemas in several areas, and this skill knows which keys belong to which version so you don't chase silent misconfigurations.

When to use it

  • Working with apollo router functionality
  • Implementing apollo router features
  • Debugging apollo router related issues