Skip to content

Commit ce94b76

Browse files
author
Sylvain Lebresne
committed
changelogs
1 parent ef321a4 commit ce94b76

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

composition-js/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ This CHANGELOG pertains only to Apollo Federation packages in the 2.x range. The
1515
must resolve the same way in all the subgraphs, but this is impossible if the concrete runtime types have no
1616
intersection at all [PR #1556](https://github.com/apollographql/federation/pull/1556).
1717
- 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).
1819

1920
## 2.2.0
2021

gateway-js/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ This CHANGELOG pertains only to Apollo Federation packages in the 2.x range. The
1818
intersection at all [PR #1556](https://github.com/apollographql/federation/pull/1556).
1919
- 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).
2020
- 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).
2122

2223
## 2.2.2
2324

0 commit comments

Comments
 (0)