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 }