OBJECT

UnlinkTwitchAccountPayload

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

link GraphQL Schema definition

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

link Required by