OBJECT

LinkTwitchAccountPayload

Data that was mutated after creating a link between an Amazon account and a Twitch account.

link GraphQL Schema definition

1type LinkTwitchAccountPayload {
2
3# The updated current user with the new Twitch account linked.
4currentUser: CurrentUser
5
6# The possible error returned from the service.
7error: LinkTwitchAccountError
8
9}

link Required by