gql icon indicating copy to clipboard operation
gql copied to clipboard

Custom Input validation

Open Fontinalis opened this issue 6 years ago • 0 comments

type InputValidator interface {
   Valid(v interface{}) bool
}

If the Argument or the InputField implements the InputValidator interface, run the Valid(..) function before execution.

Fontinalis avatar Mar 22 '20 18:03 Fontinalis