INPUT_OBJECT
VoucherActionCriteriaCreateInput
link GraphQL Schema definition
1 input VoucherActionCriteriaCreateInput { 2 3 # Only true or null 4 : Boolean 5 6 : VoucherActionCriteriaComparableQuantityInput 7 8 : VoucherActionCriteriaComparableQuantityInput 9 10 : VoucherActionCriteriaValueInput 11 12 : VoucherActionCriteriaValueInput 13 14 : VoucherActionCriteriaXOfYInput 15 16 # Only true or null 17 : Boolean 18 19 : VoucherActionCriteriaNewCustomerInput 20 21 # Only true or null 22 : Boolean 23 24 # Exactly one input field should be provided 25 : [ProductVariantInput!] 26 27 # Exactly one input field should be provided 28 : [ProductVariantInput!] 29 30 : [CategoryInput!] 31 32 : [CategoryInput!] 33 34 : [FolderInput!] 35 36 : [FolderInput!] 37 38 # Available only for vouchers assigned to wholesale stores 39 # 40 # Exactly one input field should be provided 41 : [DeliveryWindowInput!] 42 43 # Available only for vouchers assigned to wholesale stores 44 # 45 # Exactly one input field should be provided 46 : [DeliveryWindowInput!] 47 48 : VoucherActionCriteriaDiscountedType 49 50 : Boolean 51 52 : Boolean 53 54 # Only false or null 55 : Boolean 56 57 : Int 58 59 : Int 60 61 : VoucherActionCriteriaShippingListInput 62 }