SupportingDocumentStatusDoesNotAllowUpdateRejection
Rejection returned if supporting document cannot be updated because of its status
type SupportingDocumentStatusDoesNotAllowUpdateRejection implements Rejection {
supportingDocument: SupportingDocument!
status: SupportingDocumentStatus!
message: String!
}