INPUT_OBJECT

DisableTwoFactorInput

The required input for a disableTwoFactor mutation.

link GraphQL Schema definition

1input DisableTwoFactorInput {
4
2# The ID of the user that is requesting to disable two factor authentication.
3userID: ID!
5}