Skip to content

createFormAnswerFileAttachmentInput

Autogenerated input type of createFormAnswerFileAttachment

Fields

deprecated DO NOT USE
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 {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
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!
}