InitiateDataRoomDocumentDownloadInput
Used to initiate the asynchronous process of preparing a document from the Data Room for download. This input is passed to a mutation that triggers the download generation workflow.
input InitiateDataRoomDocumentDownloadInput {
documentId: ID!
}
Fields
InitiateDataRoomDocumentDownloadInput.documentId
● ID!
non-null scalar
The unique identifier of the document to be downloaded. This ID should refer to a valid DataRoomDocument. The system will validate access permissions before beginning the download preparation.
Member Of
initiateDataRoomDocumentDownload
mutation