INPUT_OBJECT

DiscountActionPricelistValueInput

link GraphQL Schema definition

1input DiscountActionPricelistValueInput {
2
3# Exactly one input field should be provided
4pricelist: PricelistInput!
5
6value: MonetaryValueInput!
7}