OBJECT

EspotAttachmentAsset

link GraphQL Schema definition

1type EspotAttachmentAsset {
2
3attachmentAssetDirectoryPath: String
13
4attachmentAssetId: String
13
5attachmentAssetLanguage: [String]
13
6attachmentAssetMimeType: String
13
7attachmentAssetPath: String!
13
8attachmentAssetRootDirectory: String
13
9attachmentAssetStoreExternalId: ComIbmCommerceFoundationCommonDatatypesStoreExternalIdentifierType
13
10attachmentAssetStoreId: String
13
11attachmentLocalAsset: String
13
12userDataField: [EspotAttachmentAssetUserDataField]
14
15}