Fields
Name | Arguments | Type | Description |
---|---|---|---|
fieldPath | [String!]! | ||
maximum | Decimal! | ||
message | String! | ||
minimum | Decimal! |
Interfaces
Interface |
---|
IValidationError |
Returned when a numeric value does not fall within the allowable range
Name | Arguments | Type | Description |
---|---|---|---|
fieldPath | [String!]! | ||
maximum | Decimal! | ||
message | String! | ||
minimum | Decimal! |
Interface |
---|
IValidationError |