INPUT_OBJECT

RegenerateVerificationCodeInput

RegenerateVerificationCodeInput is input required to regenerate a user's verification code in EVS.

link GraphQL Schema definition

1input RegenerateVerificationCodeInput {
5
2# Address that the user is verifying. This will most likely be an email address or
3# phone number.
4address: String!
9
6# Key for the entity associated with the address. This is generally the Twitch ID
7# of the user.
8key: String!
10}