createFormAnswerFileAttachmentInput
Autogenerated input type of createFormAnswerFileAttachment
Fields
clientMutationId
· String · DO NOT USE deprecated
DO NOT USEUsed 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!}