OBJECT
CheerPartnerCustomPrefixSettings
Bits partner settings for custom cheermote prefix.
link GraphQL Schema definition
1 type CheerPartnerCustomPrefixSettings { 2 3 # Flag that is set if the user has the custom cheermote prefix enabled. 4 : Boolean! 5 6 # The prefix string that is used in their channel for their custom cheermote. 7 : String! 8 9 # The custom prefix images that have been uploaded by the user. 10 : [CheermoteTier!] 11 12 }