Skip to main content

AttachmentLink

An attachment link

type AttachmentLink {
accountId: Int!
attachableId: Int!
attachableType: String!
attachment: Attachment
attachmentId: Int!
createdAt: ISO8601DateTime!
createdBy: User
createdById: Int
deletedAt: ISO8601DateTime
description: String
id: Int!
order: Int!
selected: Boolean!
updatedAt: ISO8601DateTime!
}

Fields

AttachmentLink.accountId ● Int! non-null scalar

The account ID

AttachmentLink.attachableId ● Int! non-null scalar

The ID of the attachable object

AttachmentLink.attachableType ● String! non-null scalar

The type of the attachable object

AttachmentLink.attachment ● Attachment object

The associated attachment

AttachmentLink.attachmentId ● Int! non-null scalar

The ID of the associated attachment

AttachmentLink.createdAt ● ISO8601DateTime! non-null scalar

Created at

AttachmentLink.createdBy ● User object

The user who created the attachment link

AttachmentLink.createdById ● Int scalar

The ID of the user who created the attachment link

AttachmentLink.deletedAt ● ISO8601DateTime scalar

The timestamp when the attachment link was deleted

AttachmentLink.description ● String scalar

The description of the attachment link

AttachmentLink.id ● Int! non-null scalar

The ID of the attachment link

AttachmentLink.order ● Int! non-null scalar

The order of the attachment link

AttachmentLink.selected ● Boolean! non-null scalar

Whether the attachment link is selected

AttachmentLink.updatedAt ● ISO8601DateTime! non-null scalar

Updated at

Returned By

attachmentLink query

Member Of

AttachmentLinkConnection object ● AttachmentLinkEdge object ● CreateAttachmentLinkPayload object ● DeleteAttachmentLinkPayload object