OBJECT

Attribute

link GraphQL Schema definition

1type Attribute {
2
3associatedKeyword: String
17
4comparable: String
17
5displayable: String
17
6facetable: String
17
7identifier: String
17
8merchandisable: String
17
9name: String
17
10searchable: String
17
11sequence: String
17
12storeDisplay: String
17
13swatchable: String
17
14uniqueID: String
17
15usage: String
17
16values: [AttributeValue]
18
19}