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
I am using this float constraint directive price: Float! @constraint(min: 1, max: 100000)
but I am not getting in validation for example a query with -10 in it will not be validated
The text was updated successfully, but these errors were encountered:
I am using this float constraint directive
price: Float! @constraint(min: 1, max: 100000)
but I am not getting in validation for example a query with -10 in it will not be validated
The text was updated successfully, but these errors were encountered: