-
Notifications
You must be signed in to change notification settings - Fork 359
Add label as optional arg to @override directive #2088
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
base: master
Are you sure you want to change the base?
Conversation
Currently this lib allows you specify you own custom |
Had a brief discussion, the plan is to check if progressive override label would work with older fed version from composition. if not, we'll have to check fed version per directives to make sure they are correctly generated. |
Somehow fed |
Confirmed with Apollo it is a Rover bug and fixed with federation |
Support federation v2.7. Here's directive details
Support progressive @override directive.
These directives will require specific federation versions to generate schema.
@authenticate
directive is generated from2.5+
@requiresScopes
directive is generated from2.5+
@policy
directive is generated from2.6+
@composeDirective
directive is generated from2.1+
@interfaceObject
directive is generated from2.6+
@override
directive with 2nd argument oflabel
from2.7