Skip to main content

GenerateSupportingDocumentUploadUrlInput

No description

input GenerateSupportingDocumentUploadUrlInput {
supportingDocumentCollectionId: ID!
supportingDocumentType: SupportingDocumentType
filename: String!
supportingDocumentPurpose: SupportingDocumentPurposeEnum
}

Fields

GenerateSupportingDocumentUploadUrlInput.supportingDocumentCollectionId ● ID! non-null scalar

Unique identifier of a supporting document collection

GenerateSupportingDocumentUploadUrlInput.supportingDocumentType ● SupportingDocumentType enum

Type of document

GenerateSupportingDocumentUploadUrlInput.filename ● String! non-null scalar

Name of the document which will be sent

GenerateSupportingDocumentUploadUrlInput.supportingDocumentPurpose ● SupportingDocumentPurposeEnum enum

Purpose of document

Member Of

generateSupportingDocumentUploadUrl mutation