OBJECT

EspotCatalogGroupAttachmentReference

link GraphQL Schema definition

1type EspotCatalogGroupAttachmentReference {
2
3attachmentAsset: [EspotCatalogGroupAttachmentReferenceAttachmentAsset]
11
4attachmentDescription: [EspotCatalogGroupAttachmentReferenceAttachmentDescription]
11
5attachmentIdentifier: EspotCatalogGroupAttachmentReferenceAttachmentIdentifier
11
6attachmentReferenceDescription: [EspotCatalogGroupAttachmentReferenceAttachmentReferenceDescription]
11
7attachmentReferenceIdentifier: EspotCatalogGroupAttachmentReferenceAttachmentReferenceIdentifier
11
8attachmentUsage: EspotCatalogGroupAttachmentReferenceAttachmentUsage
11
9displaySequence: String
11
10userData: EspotCatalogGroupAttachmentReferenceUserData
12
13}