OBJECT

PrimeSettings

Prime Settings related data for a given user.

link GraphQL Schema definition

1type PrimeSettings {
2
3# This type's unique identifier.
4id: ID!
5
6# If true, chat notifications will be sent on Prime Credit Token Channel
7# Subscriptions.
8isSubCreditChatNotificationEnabled: Boolean!
9
10# The currently chosen Emoticon Set for the Prime User that are Smilies.
11primeEmoticons: PrimeEmoticons
12
13}