OBJECT

UnlinkTwitchAccountError

Error that occurs while removing an account link.

link GraphQL Schema definition

1type UnlinkTwitchAccountError {
2
3# Error code for error that occurred while removing the account link.
4code: UnlinkTwitchAccountErrorCode!
5
6}