Skip to main content

constraint

constraint is a directive that will perform validation on input fields used as arguments to parameters passed in to operations.

directive @constraint(  min: Int = 0  max: Int = 0)

Arguments#

min (Int)#

max (Int)#