Skip to content

setMfaSetting

Update the MFA settings for the account. Return true when the operation succeeds.

Arguments

Argument Type Description
input (required) SetMfaSettingInput! Input required for updating MFA settings.

Returns

Boolean!

Sample

mutation SetMfaSetting($input: SetMfaSettingInput!) {
  setMfaSetting(input: $input)
}
{
  "input": {}
}
{
  "data": {
    "setMfaSetting": true
  }
}