INPUT_OBJECT

MarketCreateInput

link GraphQL Schema definition

1input MarketCreateInput {
2
3name: String!
4
5comment: String
6
7store: StoreInput!
8
9# Used only when assigned store is of type DIRECT_TO_CONSUMER
10addCountries: [CountryInput!]
11
12# Assign an external ID to reference this object by it later
13externalId: String
14}

link Required by