INPUT_OBJECT
CampaignCreateInput
link GraphQL Schema definition
1 input CampaignCreateInput { 2 3 : String! 4 5 : Status! 6 7 : StoreInput! 8 9 # Exactly one input field should be provided 10 : [MarketInput!] 11 12 # Exactly one input field should be provided 13 : [PricelistInput!] 14 15 # Delivery windows are accepted only for wholesale stores. 16 # 17 # Exactly one input field should be provided 18 : [DeliveryWindowInput!] 19 20 # Required permission: Campaign.attributes:write 21 : [MappedAttributeAssignInput!] 22 23 # Required permission: Campaign.attributes:write 24 : [DynamicAttributeAssignInput!] 25 }