INPUT_OBJECT

GenerateSecondFactorQRCodeInput

The required input for a generateSecondFactorQRCode mutation.

link GraphQL Schema definition

1input GenerateSecondFactorQRCodeInput {
4
2# The ID of the user that is requesting a new second factor QR code.
3userID: ID!
5}