INPUT_OBJECT
CampaignUpdateInput
link GraphQL Schema definition
1 input CampaignUpdateInput { 2 3 : String 4 5 : Status 6 7 # Exactly one input field should be provided 8 : [MarketInput!] 9 10 # Exactly one input field should be provided 11 : [MarketInput!] 12 13 # Exactly one input field should be provided 14 : [PricelistInput!] 15 16 # Exactly one input field should be provided 17 : [PricelistInput!] 18 19 # Delivery windows are accepted only for wholesale stores. 20 # 21 # Exactly one input field should be provided 22 : [DeliveryWindowInput!] 23 24 # Exactly one input field should be provided 25 : [DeliveryWindowInput!] 26 27 # Required permission: Campaign.attributes:write 28 : [MappedAttributeAssignInput!] 29 30 # Required permission: Campaign.attributes:write 31 : [MappedAttributeUnassignInput!] 32 33 # Required permission: Campaign.attributes:write 34 : [DynamicAttributeAssignInput!] 35 36 # Required permission: Campaign.attributes:write 37 : [DynamicAttributeUnassignInput!] 38 }