Skip to content

DeleteCustomModuleFileAttachmentInput

Autogenerated input type of DeleteCustomModuleFileAttachment

Fields

deprecated DO NOT USE
file_attachment_id · ID! · required · The ID of the CustomModule file attachment to delete. Must be an attachment belonging to a CustomModule record that the current user has permission to edit.

Used By

Definition

"""
Autogenerated input type of DeleteCustomModuleFileAttachment
"""
input DeleteCustomModuleFileAttachmentInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
The ID of the CustomModule file attachment to delete. Must be an attachment belonging to a CustomModule record that the current user has permission to edit.
"""
file_attachment_id: ID!
}