Directive error does not lead to query error
PhilippS93 opened this issue · 1 comments
PhilippS93 commented
Discussed in #809
Originally posted by PhilippS93 April 21, 2022
Hello!
I am using the custom directive sample here
When using it and providing wrong input, the error message in the resulting http response is correct, but the requested mutation is still executed with the wrong data. Should the complete request be canceled instead or how can I configure such a behaviour?
Thanks!
PhilippS93 commented
any updates or more information required?