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 947b040 commit 1bcc31dCopy full SHA for 1bcc31d
src/execution/execute.ts
@@ -632,6 +632,7 @@ function handleFieldError(
632
// In this mode, the client takes responsibility for error handling, so we
633
// treat the field as if it were nullable.
634
} else {
635
+ /* c8 ignore next 4 */
636
invariant(
637
false,
638
'Unexpected errorBehavior setting: ' + inspect(exeContext.errorBehavior),
0 commit comments