hey folks, I’ve been trying to look up info on this without much success. could anyone point me to relevant documentation on upgrading Apollo Federation version?
I’ve noticed I’ll need a feature that is covered from Apollo Federation v2.7 onwards, but a lot of my subgraphs have v2.0 in the schema federation @link
e.g:
extend schema
@link(
url: "https://specs.apollo.dev/federation/v2.0"
import: ["@key", "@shareable", "@override"]
)
in my main apollo os interface I see Federation v2.4 in bold. any help is much appreciated!