Skip to content

createFormAnswerFileAttachmentUploadUrlPayload

Autogenerated return type of createFormAnswerFileAttachmentUploadUrl.

Fields

deprecated DO NOT USE
headers · [HttpHeader!] · Headers to include in the upload request.
messages · [FieldError] · The list of errors occurred during the mutation
upload_id · ID · The ID of the upload. This is needed after the upload is complete, when creating the form answer file attachment.
upload_url · String · The direct upload URL

Used By

Definition

"""
Autogenerated return type of createFormAnswerFileAttachmentUploadUrl.
"""
type createFormAnswerFileAttachmentUploadUrlPayload {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
Headers to include in the upload request.
"""
headers: [HttpHeader!]
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
"""
The ID of the upload. This is needed after the upload is complete, when creating the form answer file attachment.
"""
upload_id: ID
"""
The direct upload URL
"""
upload_url: String
}