ProductRangeFilterInput
No description
input ProductRangeFilterInput {
from: Float!
to: Float!
id: String
name: String
exclude: Boolean!
type: AttributeType
}
Fields
ProductRangeFilterInput.from
● Float!
non-null scalar
Price from filter
ProductRangeFilterInput.to
● Float!
non-null scalar
Price to filter
ProductRangeFilterInput.id
● String
scalar
ID of the attribute, either id or name is required
ProductRangeFilterInput.name
● String
scalar
NAME of the attribute, either id or name is required
ProductRangeFilterInput.exclude
● Boolean!
non-null scalar
Range filter exclude
ProductRangeFilterInput.type
● AttributeType
enum
Range filter type
Member Of
CategoryProductSearchInput
input ● ProductSearchInput
input ● SparePartsMachineProductSearchInput
input