Skip to content

createFormAnswerFileAttachmentPayload

Autogenerated return type of createFormAnswerFileAttachment.

Fields

deprecated DO NOT USE
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 {
"""
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]
}