INPUT_OBJECT

SizeLocalizationCreateInput

link GraphQL Schema definition

1input SizeLocalizationCreateInput {
2
3name: String!
4
5displayName: String!
6
7comment: String
8
9status: Status!
10
11addCountries: [CountryInput!]
12
13# Exactly one input field should be provided
14addSizeCharts: [SizeChartInput!]
15
16addStores: [StoreInput!]
17}

link Required by