graphql-spring-boot
graphql-spring-boot copied to clipboard
Directive error does not lead to query error
Discussed in https://github.com/graphql-java-kickstart/graphql-spring-boot/discussions/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!
any updates or more information required?