We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a13fa0 commit ff9335cCopy full SHA for ff9335c
1 file changed
src/utilities/validateInputValue.ts
@@ -193,7 +193,7 @@ function validateInputValueImpl(
193
let caughtError;
194
195
try {
196
- result = type.parseValue(inputValue, hideSuggestions);
+ result = type.coerceInputValue(inputValue, hideSuggestions);
197
} catch (error) {
198
if (error instanceof GraphQLError) {
199
onError(error, pathToArray(path));
0 commit comments