Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@override not work with label for progressive overriding #2979

Open
metrue opened this issue Apr 11, 2024 · 2 comments
Open

@override not work with label for progressive overriding #2979

metrue opened this issue Apr 11, 2024 · 2 comments

Comments

@metrue
Copy link

metrue commented Apr 11, 2024

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,

  • When no label applied, the overriding field will always be resolved in the new subgraph
  • When label applied, the overriding field will always be resolved in the old subgraph

Link to Reproduction

#2978

Reproduction Steps

This CI of that PR includes the reproducible cases.

@dariuszkuc
Copy link
Member

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

@metrue
Copy link
Author

metrue commented Apr 19, 2024

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants