You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 inwalk.go
.The text was updated successfully, but these errors were encountered: