INPUT_OBJECT

DiscountActionResultFreeProductsInput

link GraphQL Schema definition

1input DiscountActionResultFreeProductsInput {
2
3# Exactly one input field should be provided
4productVariants: [ProductVariantInput!]!
5
6removeWhenCriteriaNotFulfilled: Boolean!
7
8allowAddMore: Boolean!
9
10allowRemove: Boolean!
11
12pricelistPrices: [DiscountActionPricelistValueInput!]
13}