INPUT_OBJECT

SizeLocalizationUpdateInput

link GraphQL Schema definition

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

link Required by