You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: composition-js/CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ This CHANGELOG pertains only to Apollo Federation packages in the 2.x range. The
15
15
must resolve the same way in all the subgraphs, but this is impossible if the concrete runtime types have no
16
16
intersection at all [PR #1556](https://github.com/apollographql/federation/pull/1556).
17
17
- Uses the 0.3 version of the tag spec in the supergraph, which adds `@tag` directive support for the `SCHEMA` location [PR #2314](https://github.com/apollographql/federation/pull/2314).
18
+
- Fixes composition issues with `@interfaceObject`[PR #2318](https://github.com/apollographql/federation/pull/2318).
Copy file name to clipboardExpand all lines: gateway-js/CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ This CHANGELOG pertains only to Apollo Federation packages in the 2.x range. The
18
18
intersection at all [PR #1556](https://github.com/apollographql/federation/pull/1556).
19
19
- Adds support for the 0.3 version of the tag spec, which adds `@tag` directive support for the `SCHEMA` location [PR #2314](https://github.com/apollographql/federation/pull/2314).
20
20
- Fix potential issue with nested `@defer` in non-deferrable case [PR #2312](https://github.com/apollographql/federation/pull/2312).
21
+
- Fixes composition issues with `@interfaceObject`[PR #2318](https://github.com/apollographql/federation/pull/2318).
0 commit comments