We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d942259 commit 7b14f54Copy full SHA for 7b14f54
website/src/docs/hotchocolate/v14/migrating/migrate-from-13-to-14.md
@@ -191,6 +191,12 @@ Renamed interface methods:
191
| TryReadQueryAsync | TryReadAsync |
192
| WriteQueryAsync | SaveAsync |
193
194
+## Required keyed services
195
+
196
+Accessing a keyed service that has not been registered will now throw, instead of returning `null`. The return type is now non-nullable.
197
198
+This change aligns the API with the regular (non-keyed) service access API.
199
200
# Deprecations
201
202
Things that will continue to function this release, but we encourage you to move away from.
0 commit comments