Skip to content

Commit 762bb52

Browse files
authored
Added global ID formatter breaking change to migration guide (#8707)
1 parent 7663ca0 commit 762bb52

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
@@ -44,6 +44,10 @@ The `@skip` and `@include` directives are now disallowed on root subscription fi
4444

4545
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).
4646

47+
## Global ID formatter conditionally added to filter fields
48+
49+
Previously, the global ID input value formatter was added to ID filter fields regardless of whether or not Global Object Identification was enabled. This is now conditional.
50+
4751
# Deprecations
4852

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

0 commit comments

Comments
 (0)