Types
WorkspaceFileUploadUrl
object
WorkspaceFileUploadUrlFields
workspaceFile
uploadFormUrl
String!
The S3 endpoint URL to POST the file to. Must be used together with uploadFormData fields.
uploadFormData
[UploadFormData!]!
Key-value pairs that must be included as form fields in the multipart POST to uploadFormUrl, alongside the file binary.
expiresAt
When this upload URL expires. The upload must be completed before this time.

