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

latest releases: @apollo/subgraph@2.7.5, @apollo/query-planner@2.7.5, @apollo/query-graphs@2.7.5...
11 months ago

Patch Changes

  • Fix potential assertion error during query planning in some multi-field @requires case. This error could be triggered (#2575)
    when a field in a @requires depended on another field that was also part of that same requires (for instance, if a
    field has a @requires(fields: "id otherField") and that id is also a key necessary to reach the subgraph providing
    otherField).

    The assertion error thrown in that case contained the message Root groups (...) should have no remaining groups unhandled (...)

  • Updated dependencies []:

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

Don't miss a new federation release

NewReleases is sending notifications on new releases.