Skip to main content

AttachmentLinkCreateInput

Attachment link create input

input AttachmentLinkCreateInput {
attachableId: ID!
attachableType: Attachable!
attachmentId: ID!
}

Fields

AttachmentLinkCreateInput.attachableId ● ID! non-null scalar

Attachable id

AttachmentLinkCreateInput.attachableType ● Attachable! non-null enum

Attachable type

AttachmentLinkCreateInput.attachmentId ● ID! non-null scalar

Attachment id

Member Of

CreateAttachmentLinkInput input