apollographql / federation-next

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

[Query Planner] add stub implementation for QueryPlanner::build_query_plan #229

Closed goto-bus-stop closed 7 months ago

goto-bus-stop commented 7 months ago

Just call into the parts that already exist (operation normalisation)

This is intended to be a stub to start experimenting with router integration (like getting all the types in order).