OBJECT

SizeAlias

Size aliases are defined by custom size chart attributes

link GraphQL Schema definition

1type SizeAlias {
2type: String!
3
4label: String!
5
6alias: String!
7
8}

link Required by