INPUT_OBJECT

MarketUpdateInput

link GraphQL Schema definition

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

link Required by