query pricingByVolumeLevels {
  supSearchMpn(q: "STM32H753VIT6", limit: 5) {
    hits
    results {
      part {
        mpn
        totalAvail
        sellers {
          company {
            name
          }
          offers {
            sku
            updated
            onOrderQuantity
            prices {
              quantity
              price
            }
          }
        }
      }
    }
  }
}
