INPUT_OBJECT
VoucherActionResultReusablePriceOff
link GraphQL Schema definition
1 input VoucherActionResultReusablePriceOff { 2 3 # If original is the only value given remaining will follow the change to original. 4 : [VoucherActionPricelistValueInput!] 5 6 # Positive value increases, negative decreases. 7 # Pass zero to not change remaining when setting new original value. 8 # Not allowed on create call. 9 : [VoucherActionPricelistValueInput!] 10 }