OBJECT

EspotAttachment

link GraphQL Schema definition

1type EspotAttachment {
2
3attachmentAsset: [EspotAttachmentAsset]
11
4attachmentDescription: [EspotAttachmentDescription]
11
5attachmentDisplaySequence: String
11
6attachmentIdentifier: EspotAttachmentIdentifier
11
7attachmentReferenceDescription: [EspotAttachmentAttachmentReferenceDescription]
11
8attachmentReferenceId: String
11
9attachmentUsage: EspotAttachmentUsage
11
10userDataField: [EspotAttachmentUserDataField]
12
13}