prepareDocumentUpload
This mutation will be called by the front-end when ready to upload a document - it basically stores the metadata and encrypted-encryption key used to encrypt the document before the doc is upload to cloud storage
prepareDocumentUpload(
input: PrepareDocumentUploadInput!
): PrepareDocumentUploadPayload!
Arguments
prepareDocumentUpload.input
● PrepareDocumentUploadInput!
non-null input
Type
PrepareDocumentUploadPayload
object
The return value of the prepareDocumentUpload mutation