Commit 7d60ab9
authored
Upcoming Release Changes (#296)
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.
# Releases
## @theguild/federation-composition@0.22.2
### Patch Changes
-
[#295](#295)
[`fffe987`](fffe987)
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Fix schema contract
composition applying `@inaccessible` on the federation types
`ContextArgument` and `FieldValue` on the supergraph SDL.
This mitigates the following error in apollo-router upon processing the
supergraph:
could not create router: Api error(s): The supergraph schema failed to
produce a valid API schema: The following errors occurred:
- Core feature type `join__ContextArgument` cannot use @inaccessible.
- Core feature type `join__FieldValue` cannot use @inaccessible.
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>1 parent fffe987 commit 7d60ab9
3 files changed
Lines changed: 15 additions & 14 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
3 | 17 | | |
4 | 18 | | |
5 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments