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
8#
9# Exactly one input field should be provided
10addCountries: [CountryInput!]
11
12# Exactly one input field should be provided
13removeCountries: [CountryInput!]
14
15# Assign an external ID to reference this object by it later
16externalId: String
17}

link Required by