Skip to main content

SupportingDocumentStatusDoesNotAllowUpdateRejection

Rejection returned if supporting document cannot be updated because of its status

type SupportingDocumentStatusDoesNotAllowUpdateRejection implements Rejection {
supportingDocument: SupportingDocument!
status: SupportingDocumentStatus!
message: String!
}

Fields

SupportingDocumentStatusDoesNotAllowUpdateRejection.supportingDocument ● SupportingDocument! non-null object

SupportingDocumentStatusDoesNotAllowUpdateRejection.status ● SupportingDocumentStatus! non-null enum

SupportingDocumentStatusDoesNotAllowUpdateRejection.message ● String! non-null scalar

Interfaces

Rejection interface

Implemented By

UpdateSupportingDocumentPayload union