IntegrationDeletionProgress
Revoke-first uninstall progress for an integration in the deleting state. remaining is the count
of still-active grants across the revoke_then_delete resources; total is the original set being
drained (active + already-revoked), so a client can render "N of M revoked". Only meaningful while the
integration is deleting — the deletion_progress field resolves to null otherwise.
type IntegrationDeletionProgress {
remaining: Int!
total: Int!
}
Fields
IntegrationDeletionProgress.remaining ● Int! non-null scalar
IntegrationDeletionProgress.total ● Int! non-null scalar
Member Of
Integration object