apollographql / router

A configurable, high-performance routing runtime for Apollo Federation 🚀
https://www.apollographql.com/docs/router/
Other
813 stars 271 forks source link

fix(dual-query-planner): updated semantic diff to handle fragment name differences #6158

Closed duckki closed 3 weeks ago

duckki commented 1 month ago

Fragment definitions and their names could be slightly reordered/switched. This PR updates semantic diff to handle those differences.


Checklist

Complete the checklist (and note appropriate exceptions) before the PR is marked ready-for-review.

svc-apollo-docs commented 1 month ago

✅ Docs Preview Ready

No new or changed pages found.

github-actions[bot] commented 1 month ago

@duckki, please consider creating a changeset entry in /.changesets/. These instructions describe the process and tooling.

router-perf[bot] commented 1 month ago

CI performance tests

duckki commented 4 weeks ago

https://github.com/apollographql/router/pull/6173 should be merged before this PR to avoid false mismatches.