createFormAnswerFileAttachmentPayload
Autogenerated return type of createFormAnswerFileAttachment.
Fields
file_attachment
· FileAttachment · The file attachment record messages
· [FieldError] · The list of errors occurred during the mutation Used By
Definition
"""Autogenerated return type of createFormAnswerFileAttachment."""type createFormAnswerFileAttachmentPayload { """ The file attachment record """ file_attachment: FileAttachment
""" The list of errors occurred during the mutation """ messages: [FieldError]}