OBJECT

PriceRange

link GraphQL Schema definition

1type PriceRange {
2minValue: MonetaryValue
3
4maxValue: MonetaryValue
5
6}

link Required by