apollographql / federation-next

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

Adjust `source_query_graph()` in intra-source builder API #287

Closed sachindshinde closed 4 months ago

sachindshinde commented 4 months ago

Previously source_query_graph() was returning &mut SourceFederatedQueryGraphs, though we'd prefer to give back &mut SourceFederatedQueryGraph instead (i.e. hiding other source-kind query graph data, since it turns out we can't really use super to hide them in SourceFederatedQueryGraphs without eliciting warnings).