INPUT_OBJECT
SizeLocalizationUpdateInput
link GraphQL Schema definition
1 input SizeLocalizationUpdateInput { 2 3 : String 4 5 : String 6 7 : String 8 9 : Status 10 11 # Exactly one input field should be provided 12 : [CountryInput!] 13 14 # Exactly one input field should be provided 15 : [CountryInput!] 16 17 # Exactly one input field should be provided 18 : [SizeChartInput!] 19 20 # Exactly one input field should be provided 21 : [SizeChartInput!] 22 23 : [StoreInput!] 24 25 : [StoreInput!] 26 }