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 c22f5fa commit 4da1d0cCopy full SHA for 4da1d0c
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