field on shopifyProduct { count(customerGetsThroughDiscounts, where: discount.discountClass == 'PRODUCT')}
field on shopifyProduct { count(customerGetsThroughDiscounts, where: discount.discountClass == 'PRODUCT')}
it doesn't work because, discount isn't available immediatley against the shopifyProduct, what would be the correct way to handle this when discount is available through through customerGetsThroughDiscounts?