IntRangeInput
No description
input IntRangeInput {
gte: Int
lte: Int
}
Fields
IntRangeInput.gte ● Int scalar
Value greater than or equal to.
IntRangeInput.lte ● Int scalar
Value less than or equal to.
Member of
AttributeInput input ● CustomerFilterInput input ● ProductStockFilterInput input ● VoucherFilterInput input
Was this page helpful?