You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
... to my best knowledge, my idea wouldn't break something for other users
... the documentation does not mention anything about my idea
... there are no open or closed issues that are related to my idea
Description
SchemaParser currently does not process schema definitions which can include directive information.
Use Cases
Apollo Federation v2 relies on a schema @link directive to link definitions from external specification to the local schema. Gateway requires this link information to determine whether Federation v2 features can be used or it has to fallback to the v1 logic.
I want to suggest an idea and checked that ...
Description
SchemaParser
currently does not process schema definitions which can include directive information.Use Cases
Apollo Federation v2 relies on a schema
@link
directive to link definitions from external specification to the local schema. Gateway requires this link information to determine whether Federation v2 features can be used or it has to fallback to the v1 logic.See https://github.com/apollographql/apollo-federation-subgraph-compatibility/ for example federation integration.
The text was updated successfully, but these errors were encountered: