Skip to main content

PostAttachment

Attachment of the post.

type PostAttachment {
fileHash: String
id: ID!
mimeType: String
name: String
objectName: String
}

Fields

PostAttachment.fileHash ● String scalar

File hash for deduplication purposes.

PostAttachment.id ● ID! non-null scalar

Global identifier of the attachment.

PostAttachment.mimeType ● String scalar

Mime type of the attachment.

PostAttachment.name ● String scalar

Identifier name of the attachment.

PostAttachment.objectName ● String scalar

Object name used when creating presigned URLs.

Member Of

Post object