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 f1f3d8e commit e428304Copy full SHA for e428304
src/utilities/coerceInputValue.js
@@ -32,7 +32,7 @@ export function coerceInputValue(
32
type: GraphQLInputType,
33
onError: OnErrorCB = defaultOnError,
34
): mixed {
35
- return coerceInputValueImpl(inputValue, type, onError);
+ return coerceInputValueImpl(inputValue, type, onError, undefined);
36
}
37
38
function defaultOnError(
0 commit comments