-
Notifications
You must be signed in to change notification settings - Fork 50
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
Return better mongoose errors #66
Comments
Hi @voronianski! The error messages are not specified by |
@tothandras it's mongoose error but it should be overwritten with |
@voronianski |
@voronianski anything else? Can we do something to improve the error messages? |
@tothandras sorry I don't have time to investigate it now, will close it for now. |
For example I have model with required field:
but when I send mutation to server like
{"mutation { addUser(input: {clientMutationId: "1"}) { clientMutationId } }"}
I receive not well enough descriptive error:The text was updated successfully, but these errors were encountered: