Skip to main content

AttachmentUpdateInput

Attachment update input

input AttachmentUpdateInput {
description: String
folderId: ID
hidden: Boolean
id: ID!
name: String
}

Fields

AttachmentUpdateInput.description ● String scalar

Attachment description

AttachmentUpdateInput.folderId ● ID scalar

Attachment folderId

AttachmentUpdateInput.hidden ● Boolean scalar

Attachment hidden

AttachmentUpdateInput.id ● ID! non-null scalar

Attachment id

AttachmentUpdateInput.name ● String scalar

Attachment name

Member Of

UpdateAttachmentInput input