We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a24de0c commit 8db5f5bCopy full SHA for 8db5f5b
src/execution/execute.ts
@@ -640,8 +640,8 @@ function handleFieldError(
640
} else if (exeContext.errorBehavior === 'NO_PROPAGATE') {
641
// In this mode, the client takes responsibility for error handling, so we
642
// treat the field as if it were nullable.
643
+ /* c8 ignore next 6 */
644
} else {
- /* c8 ignore next 5 */
645
invariant(
646
false,
647
'Unexpected errorBehavior setting: ' + inspect(exeContext.errorBehavior),
0 commit comments