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 cdb365e commit 0ff06c3Copy full SHA for 0ff06c3
src/execution/execute.ts
@@ -637,8 +637,8 @@ function handleFieldError(
637
} else if (exeContext.errorBehavior === 'NO_PROPAGATE') {
638
// In this mode, the client takes responsibility for error handling, so we
639
// treat the field as if it were nullable.
640
+ /* c8 ignore next 6 */
641
} else {
- /* c8 ignore next 5 */
642
invariant(
643
false,
644
'Unexpected errorBehavior setting: ' + inspect(exeContext.errorBehavior),
0 commit comments