OBJECT

EspotCatalogEntryDescription

link GraphQL Schema definition

1type EspotCatalogEntryDescription {
2
3attributes: [JavaUtilMapEntry]
11
4fullImage: String
11
5keyword: String
11
6language: String
11
7longDescription: String
11
8productName: String
11
9shortDescription: String
11
10thumbnail: String
12
13}