INPUT_OBJECT

OrderLineDiscountSetInput

link GraphQL Schema definition

1input OrderLineDiscountSetInput {
2
3# Exactly one input field should be provided
4orderLine: OrderLineInput!
5
6discountValue: DiscountValueInput!
7}