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