DateRangeInput
Input type for filtering by date ranges
input DateRangeInput {
from: ISO8601Date
to: ISO8601Date
}
Fields
DateRangeInput.from
● ISO8601Date
scalar
Start date of the range (inclusive)
DateRangeInput.to
● ISO8601Date
scalar
End date of the range (inclusive)
Member Of
ProductPriceFilterInput
input ● SupplyOrdersFilterInput
input