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