github apollographql/federation @apollo/query-planner@2.4.11

Patch Changes

  • Reapply #2639: (#2684)

    Try reusing named fragments in subgraph fetches even if those fragment only apply partially to the subgraph. Before this change, only named fragments that were applying entirely to a subgraph were tried, leading to less reuse that expected. Concretely, this change can sometimes allow the generation of smaller subgraph fetches.

    Additionally, resolve a bug which surfaced in the fragment optimization logic which could result in invalid/incorrect optimizations / fragment reuse.

  • Updated dependencies [a740e071]:

    • @apollo/federation-internals@2.4.11
    • @apollo/query-graphs@2.4.11

Don't miss a new federation release

NewReleases is sending notifications on new releases.