INPUT_OBJECT
CampaignVariantSetInput
link GraphQL Schema definition
1 input CampaignVariantSetInput { 2 3 # Exactly one input field should be provided 4 ProductVariantInput! : 5 6 # Depending on `type` value, either `discountPercent` or `fixedPrice` is required. 7 CampaignVariantType! : 8 9 Float : 10 11 MonetaryValueInput : 12 13 DateTimeTz! : 14 15 DateTimeTz! : 16 17 Boolean! : 18 19 Boolean! : 20 }