createFormAnswerFileAttachmentUploadUrl
Create a pre-signed expiring upload URL for uploading a form answer file attachment.
Arguments
input
· createFormAnswerFileAttachmentUploadUrlInput · Parameters for createFormAnswerFileAttachmentUploadUrl Returns
createFormAnswerFileAttachmentUploadUrlPayload Example
mutation createFormAnswerFileAttachmentUploadUrl( $input: createFormAnswerFileAttachmentUploadUrlInput) { createFormAnswerFileAttachmentUploadUrl(input: $input) { headers messages upload_id upload_url }}