OBJECT
LinkTwitchAccountPayload
Data that was mutated after creating a link between an Amazon account and a Twitch account.
link GraphQL Schema definition
1 type LinkTwitchAccountPayload { 2 3 # The updated current user with the new Twitch account linked. 4 CurrentUser : 5 6 # The possible error returned from the service. 7 LinkTwitchAccountError : 8 9 }