OBJECT

AttributeImageElement

link GraphQL Schema definition

1type AttributeImageElement implements AttributeElement {
2key: String!
3
4description: String!
5
6kind: AttributeElementKind!
7
8url: String
9
10width: Int
11
12height: Int
13
14mimeType: String
15
16}

link Required by

This element is not required by anyone