mutation: {
    disableTwoFactor: [{
        data: Variable<"TwoFactorCodeInput!", "data">;
    }, true];
} = ...

Отключить второй фактор (требует валидный код).

Type declaration

  • disableTwoFactor: [{
        data: Variable<"TwoFactorCodeInput!", "data">;
    }, true]