StartDocumentUploadResult
The outcome of startDocumentUpload: either somewhere to send the file, or the business reason nothing was accepted.
union StartDocumentUploadResult = DocumentUploadStarted | DocumentUploadError
Possible types
StartDocumentUploadResult.DocumentUploadStarted object
Returned when the file was accepted and there is somewhere to send it.
StartDocumentUploadResult.DocumentUploadError object
Returned when nothing was accepted for a business reason rather than a transport or permission failure.
Returned By
startDocumentUpload mutation