DecimalRangeInput
No description
input DecimalRangeInput {
gte: Decimal
lte: Decimal
}
Fields
DecimalRangeInput.gte ● Decimal scalar
Decimal value greater than or equal to.
DecimalRangeInput.lte ● Decimal scalar
Decimal value less than or equal to.
Member of
DecimalFilterInput input
Was this page helpful?