OBJECT

AttributeStringElement

link GraphQL Schema definition

1type AttributeStringElement implements AttributeElement {
2key: String!
3
4description: String!
5
6kind: AttributeElementKind!
7
8value: String
9
10}

link Required by

This element is not required by anyone