Skip to content

deleteFormAnswerFileAttachmentInput

Autogenerated input type of deleteFormAnswerFileAttachment

Fields

deprecated DO NOT USE
file_attachment_id · ID! · required · The ID of the attachment

Used By

Definition

"""
Autogenerated input type of deleteFormAnswerFileAttachment
"""
input deleteFormAnswerFileAttachmentInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
The ID of the attachment
"""
file_attachment_id: ID!
}