apollographql / federation

🌐  Build and scale a single data graph across multiple services with Apollo's federation gateway.
https://apollographql.com/docs/federation/
Other
654 stars 242 forks source link

@override not work with `label` for progressive overriding #2979

Open metrue opened 2 months ago

metrue commented 2 months ago

Issue Description

I trying to move one of my entities from a subgraph to another subgraph, I tried to leverage this progressive overriding to shift the traffic gradually, but the result observed,

Link to Reproduction

https://github.com/apollographql/federation/pull/2978

Reproduction Steps

This CI of that PR includes the reproducible cases.

dariuszkuc commented 2 months ago

Hello 👋 Progressive @overrides are router only features and we don't support it on the gateway.

metrue commented 2 months ago

@dariuszkuc Thanks for the information, so sad to heard that.

Not sure how is the effort, but I kinda interested to make it available on gateway.