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 caa2cd3 commit 8287dd0Copy full SHA for 8287dd0
src/execution/execute.ts
@@ -641,6 +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 */
645
invariant(
646
false,
647
'Unexpected errorBehavior setting: ' + inspect(exeContext.errorBehavior),
0 commit comments