deleteFormAnswerFileAttachmentPayload
Autogenerated return type of deleteFormAnswerFileAttachment.
Fields
file_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 { """ The file attachment that was deleted """ file_attachment: FileAttachment
""" The list of errors occurred during the mutation """ messages: [FieldError]}