UploadDocumentInput
Input for uploading a document for an offer.
input UploadDocumentInput {
contractID: PolicyID!
documentType: DocumentType!
file: Upload!
}
Fields
UploadDocumentInput.contractID ● PolicyID! non-null scalar
The contract ID (policy ID) of the offer to upload the document for.
UploadDocumentInput.documentType ● DocumentType! non-null enum
The type of document being uploaded.
UploadDocumentInput.file ● Upload! non-null scalar
The file to upload. Must be a pdf, doc, or docx file with a maximum size of 5MB.
Member Of
uploadDocument mutation