graphql-constraint-directive
graphql-constraint-directive copied to clipboard
price_Float_NotNull_min_1_max_100000 no validation
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
Only Int and Strings are currently transformed