AgendaItemAttachment
Attachment of the agenda items.
type AgendaItemAttachment {
fileHash: String
id: ID!
mimeType: String
name: String
objectName: String
}
Fields
AgendaItemAttachment.fileHash ● String scalar
Unique file hash identifier for the attachment.
AgendaItemAttachment.id ● ID! non-null scalar
Global identifier of the attachment.
AgendaItemAttachment.mimeType ● String scalar
Mime type of the attachment.
AgendaItemAttachment.name ● String scalar
Identifier name of the attachment.
AgendaItemAttachment.objectName ● String scalar
Object name used when creating presigned URLs.
Member Of
AgendaItem object