ENUM

CreatorBadgeFlairTier

Valid subscription tiers that custom badge flair can be associated to.

link GraphQL Schema definition

1enum CreatorBadgeFlairTier {
2
3# Tier 2 subscriptions (sometimes represented with string "2000").
4TIER_2
5
6# Tier 3 subscriptions (sometimes represented with string "3000").
7TIER_3
8}