OBJECT
type ProductScalePrice {# Whether the scale price is# - a new absolute price (you can query that in the `absolutePrice` field)# - or a percentage discount (you can query that in the `discount` field)absoluteScalePrice: Boolean! # absolutePrice: Float # discount: Float # amountFrom: Int! # amountTo: Int! }