DecimalRangeInput
No description
input DecimalRangeInput {
gte: Decimal
lte: Decimal
}
Fields
DecimalRangeInput.gte
● Decimal
scalar miscellaneous
Decimal value greater than or equal to.
DecimalRangeInput.lte
● Decimal
scalar miscellaneous
Decimal value less than or equal to.
Member Of
DecimalFilterInput
input