reinstateOrganization
OPERATOR ONLY. Reverses a retirement: the organization returns to status 'active', deleted_at is cleared, and the tombstone records who put it back and why rather than being deleted. Its apps are LEFT ARCHIVED — un-archiving is archiveApp's inverse and belongs to whoever decides which apps should serve traffic again. Refuses an organization that is not currently retired.
reinstateOrganization(
input: ReinstateOrganizationInput!
): OrgRetirementType!
Arguments
reinstateOrganization.input ● ReinstateOrganizationInput! non-null input
Which organization to put back, and why.
Type
OrgRetirementType object
A record of one organization retirement. Retirement is a STATE, not a deletion: every ledger row the organization ever wrote is still present and still references it, so what the org spent stays reconstructable with the same joins as before. This row says who retired it, why, and what it was holding at the time.