You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/src/docs/hotchocolate/v16/migrating/migrate-from-15-to-16.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,10 @@ The `@skip` and `@include` directives are now disallowed on root subscription fi
44
44
45
45
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).
46
46
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
+
47
51
# Deprecations
48
52
49
53
Things that will continue to function this release, but we encourage you to move away from.
0 commit comments