Skip to content

Commit 9d2f9d6

Browse files
authored
Added migration section for ChilliCream#8279 (ChilliCream#8280)
1 parent 7ed06a4 commit 9d2f9d6

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)