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