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/pages/upgrade-guides/v16-v17.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -178,7 +178,7 @@ Use the `validateInputValue` helper to retrieve the actual errors.
178
178
179
179
- Added `hideSuggestions` option to `execute`/`validate`/`subscribe`/... to hide schema-suggestions in error messages
180
180
- Added `abortSignal` option to `graphql()`, `execute()`, and `subscribe()` allows cancellation of these methods;
181
-
`info.abortSignal` can also be used in field resolvers to cancel asynchronous work that they initiate.
181
+
the `abortSignal` can also be passed to field resolvers to cancel asynchronous work that they initiate.
182
182
-`extensions` support `symbol` keys, in addition to the normal string keys.
183
183
- Added ability for resolver functions to return async iterables.
184
184
- Added `perEventExecutor` execution option to allows specifying a custom executor for subscription source stream events, which can be useful for preparing a per event execution context argument.
0 commit comments