Gradual Federation v1 to v2 migration
Scenario
A company has many subgraphs on Federation v1 and wants v2 capabilities for new services without freezing the whole graph.
How Cosmo handles it
Teams keep v1 subgraphs unchanged while new services use v2 directives. Cosmo composes both into one graph and handles compatibility and query planning across versions.
Outcome
New capabilities ship on new services; legacy subgraphs move when they are ready, without a forced big-bang migration.

