UpdateSupportingDocumentPayload
No description
union UpdateSupportingDocumentPayload = UpdateSupportingDocumentSuccessPayload | ForbiddenRejection | InternalErrorRejection | SupportingDocumentCollectionNotFoundRejection | SupportingDocumentCollectionStatusDoesNotAllowUpdateRejection | SupportingDocumentNotFoundRejection | SupportingDocumentStatusDoesNotAllowUpdateRejection | ValidationRejection
Possible types
UpdateSupportingDocumentPayload.UpdateSupportingDocumentSuccessPayload object
UpdateSupportingDocumentPayload.ForbiddenRejection object
UpdateSupportingDocumentPayload.InternalErrorRejection object
Rejection returned on unexpected server error
UpdateSupportingDocumentPayload.SupportingDocumentCollectionNotFoundRejection object
Rejection returned if the supporting document collection was not found
UpdateSupportingDocumentPayload.SupportingDocumentCollectionStatusDoesNotAllowUpdateRejection object
Rejection returned if supporting document cannot be updated because its supporting document collection status is not WaitingForDocument
UpdateSupportingDocumentPayload.SupportingDocumentNotFoundRejection object
Rejection returned if the supporting document was not found
UpdateSupportingDocumentPayload.SupportingDocumentStatusDoesNotAllowUpdateRejection object
Rejection returned if supporting document cannot be updated because of its status
UpdateSupportingDocumentPayload.ValidationRejection object
Rejection returned if an input contains invalid data
Returned By
updateSupportingDocument mutation