INPUT_OBJECT

UpdatePrimeSettingsInput

UpdatePrimeSettingsInput contains boolean for setting the users preference on chat notifications, and the users preference on the emoticon set name to be selected.

link GraphQL Schema definition

1input UpdatePrimeSettingsInput {
4
2# The Prime Emoticons Set Name for Prime Emoticons Smilies.
3primeEmoticonsSetName: PrimeEmoticonsSetName
7
5# True or False for whether the user wants notifications enabled.
6shouldEnableSubCreditChatNotification: Boolean
10
8# The ID of the user who's settings are being updated.
9userID: ID!
11}