INPUT_OBJECT

CampaignCreateInput

link GraphQL Schema definition

1input CampaignCreateInput {
2
3name: String!
4
5status: Status!
6
7store: StoreInput!
8
9addMarkets: [MarketInput!]
10
11addPricelists: [PricelistInput!]
12
13# Delivery windows are accepted only for wholesale stores.
14addDeliveryWindows: [DeliveryWindowInput!]
15}

link Required by