INPUT_OBJECT
SizeLocalizationCreateInput
link GraphQL Schema definition
1 input SizeLocalizationCreateInput { 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 : [SizeChartInput!] 16 17 : [StoreInput!] 18 }