INPUT_OBJECT

UpdatePhoneNumberConfirmationInput

The required input for a updatePhoneNumberConfirmation mutation.

link GraphQL Schema definition

1input UpdatePhoneNumberConfirmationInput {
5
2# The one time password required to complete phone number registration. This can
3# only be generated from the UpdatePhoneNumber mutation.
4oneTimePassword: String!
8
6# The phone number being added to a twitch user profile.
7phoneNumber: String!
11
9# The ID of the user that is requesting to add or modify their phone number.
10userID: ID!
12}