Skip to content

createFormAnswerFileAttachmentInput

Autogenerated input type of createFormAnswerFileAttachment

Fields

form_answer_id · ID! · required · The form answer ID to attach the blob to
upload_id · ID! · required · The upload ID that was returned from the createFormAnswerFileAttachmentUploadUrl mutation

Used By

Definition

"""
Autogenerated input type of createFormAnswerFileAttachment
"""
input createFormAnswerFileAttachmentInput {
"""
The form answer ID to attach the blob to
"""
form_answer_id: ID!
"""
The upload ID that was returned from the createFormAnswerFileAttachmentUploadUrl mutation
"""
upload_id: ID!
}