DeleteCustomModuleFileAttachmentInput
Autogenerated input type of DeleteCustomModuleFileAttachment
Fields
clientMutationId
· String · DO NOT USE deprecated
DO NOT USEfile_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!}