createFormAnswerFileAttachmentInput
Autogenerated input type of createFormAnswerFileAttachment
Fields
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!}