INPUT_OBJECT

SizeLocalizationUpdateInput

link GraphQL Schema definition

1input SizeLocalizationUpdateInput {
2
3name: String
4
5displayName: String
6
7comment: String
8
9status: Status
10
11addCountries: [CountryInput!]
12
13removeCountries: [CountryInput!]
14
15# Exactly one input field should be provided
16addSizeCharts: [SizeChartInput!]
17
18# Exactly one input field should be provided
19removeSizeCharts: [SizeChartInput!]
20
21addStores: [StoreInput!]
22
23removeStores: [StoreInput!]
24}

link Required by