github apollographql/federation @apollo/query-graphs@2.5.3

Patch Changes

  • More aggressive ignoring of indirect paths from root types when a more direct alternative exists. This optimisation (#2669)
    slightly generalize an existing heuristic of the query planner, allowing it to ignore some known inefficient options
    earlier in its process. When this optimisation can be used, this yield faster query plan computation, but by reducing
    the number of plans to be consider, this can sometimes prevent the planner to degrade it's output when it consider
    there is too many plans to consider, which can result in more optimal query plans too.
  • Updated dependencies [4b9a512b, c6e0e76d, 1add932c]:
    • @apollo/federation-internals@2.5.3

Don't miss a new federation release

NewReleases is sending notifications on new releases.