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