Skip to content

Commit ceef8ab

Browse files
committed
Added migration section for #8279
1 parent 577b875 commit ceef8ab

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

website/src/docs/hotchocolate/v16/migrating/migrate-from-15-to-16.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ Things that have been removed or had a change in behavior that may cause your co
1616

1717
The `@skip` and `@include` directives are now disallowed on root subscription fields, as specified in the RFC: [Prevent @skip and @include on root subscription selection set](https://github.com/graphql/graphql-spec/pull/860).
1818

19+
## Deprecation of fields not deprecated in the interface
20+
21+
Deprecating a field now requires the implemented field in the interface to also be deprecated, as specified in the [draft specification](https://spec.graphql.org/draft/#sec-Objects.Type-Validation).
22+
1923
# Deprecations
2024

2125
Things that will continue to function this release, but we encourage you to move away from.

0 commit comments

Comments
 (0)