OBJECT
PrimeSettings
Prime Settings related data for a given user.
link GraphQL Schema definition
1 type PrimeSettings { 2 3 # This type's unique identifier. 4 : ID! 5 6 # If true, chat notifications will be sent on Prime Credit Token Channel 7 # Subscriptions. 8 : Boolean! 9 10 # The currently chosen Emoticon Set for the Prime User that are Smilies. 11 : PrimeEmoticons 12 13 }