Skip to content

deleteFormAnswerFileAttachmentPayload

Autogenerated return type of deleteFormAnswerFileAttachment.

Fields

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