RangeFilterInput
No description
input RangeFilterInput {
from: Float!
to: Float!
searchId: String!
exclude: Boolean!
type: AttributeType
}
Fields
RangeFilterInput.from ● Float! non-null scalar
Price from filter
RangeFilterInput.to ● Float! non-null scalar
Price to filter
RangeFilterInput.searchId ● String! non-null scalar
Range filter search identifier
RangeFilterInput.exclude ● Boolean! non-null scalar
Range filter exclude
RangeFilterInput.type ● AttributeType enum
Range filter type
Member Of
products query