INPUT_OBJECT

RegisterTwoFactorInput

The required input for a registerTwoFactor mutation.

link GraphQL Schema definition

1input RegisterTwoFactorInput {
4
2# The phone number used for two factor registration.
3phoneNumber: String!
7
5# The ID of the user that is requesting to register for two factor authentication.
6userID: ID!
8}