INPUT_OBJECT

UpdatePhoneNumberInput

The required input for a updatePhoneNumber mutation.

link GraphQL Schema definition

1input UpdatePhoneNumberInput {
4
2# The phone number being added to a twitch user profile.
3phoneNumber: String!
7
5# The ID of the user that is requesting to add or modify their phone number.
6userID: ID!
8}