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 8287dd0 commit a24de0cCopy full SHA for a24de0c
src/execution/execute.ts
@@ -641,7 +641,7 @@ function handleFieldError(
641
// In this mode, the client takes responsibility for error handling, so we
642
// treat the field as if it were nullable.
643
} else {
644
- /* c8 ignore next 4 */
+ /* c8 ignore next 5 */
645
invariant(
646
false,
647
'Unexpected errorBehavior setting: ' + inspect(exeContext.errorBehavior),
0 commit comments