apollographql / federation-next

Moved to the Router repository
https://github.com/apollographql/router/tree/dev/apollo-federation
Other
19 stars 1 forks source link

Remove @core supergraph support #225

Closed goto-bus-stop closed 6 months ago

goto-bus-stop commented 6 months ago

This ticket has been moved to https://apollographql.atlassian.net/browse/FED-86.


@core is part of Fed v1, and early Fed v2 betas. We don't intend to support fed v1 in the Rust query planner.

For now we add @core for compatibility since many tests across the organisation rely on the @core directives from fed v2 betas. It's not intended to support fed v1 long term.

Once that has been upgraded, we intend to remove @core directive support in supergraphs from apollo-federation.

dariuszkuc commented 6 months ago

Related: https://github.com/apollographql/federation-next/pull/223