Skip to content

Releases: apollographql/federation

@apollo/query-graphs@2.3.5

15 Mar 20:50
961f390
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies []:
    • @apollo/federation-internals@2.3.5

@apollo/gateway@2.3.5

15 Mar 20:50
961f390
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [09382e74]:
    • @apollo/query-planner@2.3.5
    • @apollo/composition@2.3.5
    • @apollo/federation-internals@2.3.5

@apollo/federation-internals@2.3.5

15 Mar 20:50
961f390
Compare
Choose a tag to compare
@apollo/federation-internals@2.3.5

@apollo/composition@2.3.5

15 Mar 20:50
961f390
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies []:
    • @apollo/federation-internals@2.3.5
    • @apollo/query-graphs@2.3.5

@apollo/subgraph@2.3.4

10 Mar 18:48
cf0e24d
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [6e2d24b5]:
    • @apollo/federation-internals@2.3.4

@apollo/query-planner@2.3.4

10 Mar 18:48
cf0e24d
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [6e2d24b5]:
    • @apollo/federation-internals@2.3.4
    • @apollo/query-graphs@2.3.4

@apollo/query-graphs@2.3.4

10 Mar 18:48
cf0e24d
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [6e2d24b5]:
    • @apollo/federation-internals@2.3.4

@apollo/gateway@2.3.4

10 Mar 18:48
cf0e24d
Compare
Choose a tag to compare

Patch Changes

  • Handle defaulted variables correctly during post-processing. (#2443)

    Users who tried to use built-in conditional directives (skip/include) with defaulted variables and no variable provided would encounter an error thrown by operation post-processing saying that the variables weren't provided. The defaulted values went unaccounted for, so the operation would validate but then fail an assertion while resolving the conditional.

    With this change, defaulted variable values are now collected and provided to post-processing (with defaults being overwritten by variables that are actually provided).

  • Updated dependencies [6e2d24b5]:

    • @apollo/federation-internals@2.3.4
    • @apollo/composition@2.3.4
    • @apollo/query-planner@2.3.4

@apollo/federation-internals@2.3.4

10 Mar 18:48
cf0e24d
Compare
Choose a tag to compare

Patch Changes

  • Handle defaulted variables correctly during post-processing. (#2443)

    Users who tried to use built-in conditional directives (skip/include) with defaulted variables and no variable provided would encounter an error thrown by operation post-processing saying that the variables weren't provided. The defaulted values went unaccounted for, so the operation would validate but then fail an assertion while resolving the conditional.

    With this change, defaulted variable values are now collected and provided to post-processing (with defaults being overwritten by variables that are actually provided).

@apollo/composition@2.3.4

10 Mar 18:48
cf0e24d
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [6e2d24b5]:
    • @apollo/federation-internals@2.3.4
    • @apollo/query-graphs@2.3.4