Attachment
Attachments. Represents a file attachment.
type Attachment {
name: String
fileId: UUID!
lastRevisionId: Int
}
Fields
Attachment.name ● String scalar
name > The name of the attachment.
Attachment.fileId ● UUID! non-null scalar
fileId > The unique identifier of the file associated with the attachment.
Attachment.lastRevisionId ● Int scalar
lastRevisionId > The identifier for the last revision of the attachment.
Member Of
CustomerDocument object ● JournalTransaction object ● SalesOrderLine object ● SOLine object