constraint
No description
directive @constraint(
contains: String
endsWith: String
exclusiveMax: Float
exclusiveMin: Float
format: String
max: Float
maxLength: Int
min: Float
minLength: Int
multipleOf: Float
notContains: String
pattern: String
startsWith: String
uniqueTypeName: String
) on
| ARGUMENT_DEFINITION
| FIELD_DEFINITION
| INPUT_FIELD_DEFINITION