deleteFormAnswerFileAttachmentPayload
Autogenerated return type of deleteFormAnswerFileAttachment.
Fields
clientMutationId
· String · DO NOT USE deprecated
DO NOT USEfile_attachment
· FileAttachment · The file attachment that was deleted messages
· [FieldError] · The list of errors occurred during the mutation Used By
Definition
"""Autogenerated return type of deleteFormAnswerFileAttachment."""type deleteFormAnswerFileAttachmentPayload { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE")
""" The file attachment that was deleted """ file_attachment: FileAttachment
""" The list of errors occurred during the mutation """ messages: [FieldError]}