Fields
| Name | Arguments | Type | Description |
|---|---|---|---|
| fieldPath | [String!]! | ||
| maxLength | Int! | ||
| message | String! | ||
| minLength | Int! |
Interfaces
| Interface |
|---|
| IValidationError |
Returned when a string value does not fall within the allowable length range
| Name | Arguments | Type | Description |
|---|---|---|---|
| fieldPath | [String!]! | ||
| maxLength | Int! | ||
| message | String! | ||
| minLength | Int! |
| Interface |
|---|
| IValidationError |