OBJECT

AttributeTypeElement

link GraphQL Schema definition

1type AttributeTypeElement {
2key: String!
3
4description: String!
5
6kind: AttributeElementKind!
7
8isMulti: Boolean!
9
10paramsJSON: String!
11
12}