-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Query with default values will cause error: "Argument \"input\" has invalid value... #29
Comments
I'm getting this error when I've got custom scalars, when the custom scalar validation rejects the input: the nicely informative message from my custom scalar is not shown, but the error from Is the correct function being called here? The particular exception block being triggered is commented:
Looks like |
NB the original error from validation is also reported in the result, so |
I get exactly the same problem as the screenshot. This literally means the GraphQL API users can't pass I believe this line passes wrong graphql-cost-analysis/src/costAnalysis.js Line 349 in b0f4111
|
As title,
The text was updated successfully, but these errors were encountered: