From 6928157558112dea597d49c4d455f5f517ba2b50 Mon Sep 17 00:00:00 2001 From: Ivan Goncharov Date: Mon, 24 May 2021 22:50:19 +0300 Subject: [PATCH] coerceInputValue: add missing argument in function call --- src/utilities/coerceInputValue.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utilities/coerceInputValue.js b/src/utilities/coerceInputValue.js index 9c9546fbc2..8a9b946a7f 100644 --- a/src/utilities/coerceInputValue.js +++ b/src/utilities/coerceInputValue.js @@ -32,7 +32,7 @@ export function coerceInputValue( type: GraphQLInputType, onError: OnErrorCB = defaultOnError, ): mixed { - return coerceInputValueImpl(inputValue, type, onError); + return coerceInputValueImpl(inputValue, type, onError, undefined); } function defaultOnError(