INPUT_OBJECT

VoucherActionResultFreeProductsInput

link GraphQL Schema definition

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