Skip to main content

UpdateOrgTokenInput

No description

input UpdateOrgTokenInput {
label: String
expiresAt: DateTime
isActive: Boolean
}

Fields

UpdateOrgTokenInput.label ● String scalar

New label; omit to leave unchanged.

UpdateOrgTokenInput.expiresAt ● DateTime scalar

New expiry timestamp; omit to leave unchanged.

UpdateOrgTokenInput.isActive ● Boolean scalar

Set false to deactivate the token; omit to leave unchanged. Revoked tokens cannot be re-minted.

Member Of

updateOrgToken mutation