OBJECT

AttributeChoiceElement

link GraphQL Schema definition

1type AttributeChoiceElement implements AttributeElement {
2key: String!
3
4description: String!
5
6kind: AttributeElementKind!
7
8isMulti: Boolean!
9
10selectedValue: String
11
12selectedValueName: String
13
14}

link Required by

This element is not required by anyone