Skip to content

deleteFormAnswerFileAttachmentInput

Autogenerated input type of deleteFormAnswerFileAttachment

Fields

file_attachment_id · ID! · required · The ID of the attachment

Used By

Definition

"""
Autogenerated input type of deleteFormAnswerFileAttachment
"""
input deleteFormAnswerFileAttachmentInput {
"""
The ID of the attachment
"""
file_attachment_id: ID!
}