INPUT_OBJECT

SizeLocalizationCreateInput

link GraphQL Schema definition

1input SizeLocalizationCreateInput {
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
15addSizeCharts: [SizeChartInput!]
16
17addStores: [StoreInput!]
18}

link Required by