IntRange
Defines a range of integer values with minimum and maximum bounds.
type IntRange {
min: Int!
max: Int!
}
Fields
IntRange.min ● Int! non-null scalar miscellaneous
The minimum value for the range.
IntRange.max ● Int! non-null scalar miscellaneous
The maximum value for the range.
Member Of
HealthCheck object
Was this topic helpful?