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 46f29f4 commit 5303cf7Copy full SHA for 5303cf7
src/utilities/validateInputValue.ts
@@ -185,7 +185,7 @@ function validateInputValueImpl(
185
let caughtError;
186
187
try {
188
- result = type.parseValue(inputValue, hideSuggestions);
+ result = type.coerceInputValue(inputValue, hideSuggestions);
189
} catch (error) {
190
if (error instanceof GraphQLError) {
191
onError(error, pathToArray(path));
0 commit comments