Skip to content

CreateCustomModuleFileAttachmentUploadUrlPayload

Autogenerated return type of CreateCustomModuleFileAttachmentUploadUrl.

Fields

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 custom module file attachment.
upload_url · String · The direct upload URL

Used By

Definition

"""
Autogenerated return type of CreateCustomModuleFileAttachmentUploadUrl.
"""
type CreateCustomModuleFileAttachmentUploadUrlPayload {
"""
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 custom module file attachment.
"""
upload_id: ID
"""
The direct upload URL
"""
upload_url: String
}