Starts a two-step upload and returns a temporary URL to send the file to. Upload the file to that URL, then call brokerageDocumentUploadConfirm to store the document. Prefer this over brokerageDocumentUpload for files larger than a few megabytes, since it avoids sending the file inline.
Mutation.
brokerageDocumentStagedUpload
Starts a two-step upload and returns a temporary URL to send the file to. Upload the file to that URL, then call
brokerageDocumentUploadConfirmto store the document. Prefer this overbrokerageDocumentUploadfor files larger than a few megabytes, since it avoids sending the file inline.Arguments
input
BrokerageDocumentStagedUploadInput!
Required
Returns:
BrokerageDocumentStagedUpload!
type Mutation { brokerageDocumentStagedUpload(input: BrokerageDocumentStagedUploadInput!): BrokerageDocumentStagedUpload! }Was this page helpful?