INPUT_OBJECT
CampaignCreateInput
link GraphQL Schema definition
1 input CampaignCreateInput { 2 3 String! : 4 5 Status! : 6 7 StoreInput! : 8 9 MarketInput!] : [ 10 11 PricelistInput!] : [ 12 13 # Delivery windows are accepted only for wholesale stores. 14 DeliveryWindowInput!] : [ 15 }