Validation for custom scalar types.
Opened this issue · 0 comments
JatinDev543 commented
We have a custom scalar type and want to add input validation for it.
As of now, there is no hook provided for it. We have to either fork and modify the library or write the validation in our own code.
It would be better if we can add custom validation rules as we do for events like on operation
, onField,
etc in walk.go
.