apollographql / federation-next

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

Track response path and source-entering edge in source-specific state #295

Closed sachindshinde closed 4 months ago

sachindshinde commented 4 months ago

This PR tracks the merge_at/response path and source-entering edge in source-specific state, and shifts the source path to not store the Arc<FederatedQueryGraph>. This is tracked in both source-specific and source-agnostic state for reasons that will become clearer during the second milestone.