Skip to main content

UploadFileResponse

Response object containing details about the uploaded file.

type UploadFileResponse {
url: String
}

Fields

UploadFileResponse.url ● String scalar

URL of the uploaded file that can be linked for example in Attachment.url. Will only be returned once to the client. When it is requested back through an Attachment, a presigned URL for download will be generated.

Returned By

UploadFile mutation