graphql-constraint-directive icon indicating copy to clipboard operation
graphql-constraint-directive copied to clipboard

price_Float_NotNull_min_1_max_100000 no validation

Open sohaibMan opened this issue 1 year ago • 1 comments

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

sohaibMan avatar Apr 15 '23 13:04 sohaibMan

Only Int and Strings are currently transformed

confuser avatar May 07 '23 09:05 confuser