OBJECT
CalculateVouchersUnitPriceDiscount
link GraphQL Schema definition
1 type CalculateVouchersUnitPriceDiscount { 2 # lineReference + consecutive number 3 String! : 4 5 # how many of this line was affected by this unit price reduction 6 Int! : 7 8 # unit price before this result, after previous result 9 MonetaryValue! : 10 11 MonetaryValue! : 12 13 }