createFormAnswerFileAttachmentPayload
Autogenerated return type of createFormAnswerFileAttachment.
Fields
clientMutationId
· String · DO NOT USE deprecated
DO NOT USEfile_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 { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE")
""" The file attachment record """ file_attachment: FileAttachment
""" The list of errors occurred during the mutation """ messages: [FieldError]}