OBJECT

EspotCatalogGroupAttachmentReferenceAttachmentAsset

link GraphQL Schema definition

1type EspotCatalogGroupAttachmentReferenceAttachmentAsset {
2
3attachmentAssetIdentifier: EspotCatalogGroupAttachmentReferenceAttachmentAssetAttachmentAssetIdentifier
12
4attachmentAssetPath: String!
12
5directoryPath: String
12
6language: [String]
12
7localAsset: Boolean
12
8mimeType: String
12
9rootDirectory: String
12
10storeIdentifier: EspotCatalogGroupAttachmentReferenceAttachmentAssetStoreIdentifier
12
11userData: EspotCatalogGroupAttachmentReferenceAttachmentAssetUserData
13
14}