ENUM

TwitchAccountStatus

Status of a Twitch account (deleted/banned accounts will show as INACTIVE).

link GraphQL Schema definition

1enum TwitchAccountStatus {
2
3ACTIVE
4
5INACTIVE
6
7UNKNOWN
8}