Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.42 KB

File metadata and controls

28 lines (17 loc) · 1.42 KB
title Federation Version Support
subtitle Check router version compatibility with Apollo Federation versions
description This reference explains how to check that your router uses at least the minimum required federation version.

The GraphOS Router and Apollo Router Core support supergraph schemas that are generated via Apollo Federation 2.x composition. This composition algorithm can be performed by Apollo GraphOS Studio, the Rover CLI, or the Apollo GraphOS Platform API.

Apollo Federation is an evolving project, and its composition algorithm regularly receives new features and bug fixes.

Update your router regularly to the latest stable version to ensure that it fully supports its supergraph schema.

Checking version compatibility

To ensure your router's federation version is supported, check the Apollo Federation Changelog. Make sure that your router's federation version is at least as recent as the version used to compose your supergraph schema.

Federation 1 support

Only Apollo Router Core and GraphOS Router v1.59 and earlier support Federation v1.x supergraphs. The following don't support Federation v1.x:

  • Router v1.60 and later
  • Router v2.0 and later

Learn how to upgrade from Federation version 1 to 2.