Skip to main content

ReinstateOrganizationInput

Which retired organization to put back, and why.

input ReinstateOrganizationInput {
orgId: BigInt!
reason: String!
}

Fields

ReinstateOrganizationInput.orgId ● BigInt! non-null scalar

Organization to reinstate (BigInt as a decimal string).

ReinstateOrganizationInput.reason ● String! non-null scalar

Why the retirement is being reversed. Required and stored.

Member Of

reinstateOrganization mutation