PriceFilterType
No description
type PriceFilterType {
lowest: Float!
highest: Float!
}
Fields
PriceFilterType.lowest
● Float!
non-null scalar
PriceFilterType.highest
● Float!
non-null scalar
Member Of
FilterCollectionType
object