UserOptions
A user’s general options
type UserOptions { titleLanguage: UserTitleLanguage displayAdultContent: Boolean airingNotifications: Boolean profileColor: String notificationOptions: [NotificationOption] timezone: String activityMergeTime: Int staffNameLanguage: UserStaffNameLanguage restrictMessagesToFollowing: Boolean disabledListActivity: [ListActivityOption]}Fields
Section titled “Fields”UserOptions.titleLanguage ● UserTitleLanguage enum
Section titled “UserOptions.titleLanguage ● UserTitleLanguage ”The language the user wants to see media titles in
UserOptions.displayAdultContent ● Boolean scalar
Section titled “UserOptions.displayAdultContent ● Boolean ”Whether the user has enabled viewing of 18+ content
UserOptions.airingNotifications ● Boolean scalar
Section titled “UserOptions.airingNotifications ● Boolean ”Whether the user receives notifications when a show they are watching aires
Profile highlight color (blue, purple, pink, orange, red, green, gray)
UserOptions.notificationOptions ● [NotificationOption] list object
Section titled “UserOptions.notificationOptions ● [NotificationOption] ”Notification options
The user’s timezone offset (Auth user only)
Minutes between activity for them to be merged together. 0 is Never, Above 2 weeks (20160 mins) is Always.
UserOptions.staffNameLanguage ● UserStaffNameLanguage enum
Section titled “UserOptions.staffNameLanguage ● UserStaffNameLanguage ”The language the user wants to see staff and character names in
UserOptions.restrictMessagesToFollowing ● Boolean scalar
Section titled “UserOptions.restrictMessagesToFollowing ● Boolean ”Whether the user only allow messages from users they follow
UserOptions.disabledListActivity ● [ListActivityOption] list object
Section titled “UserOptions.disabledListActivity ● [ListActivityOption] ”The list activity types the user has disabled from being created from list updates
Member Of
Section titled “Member Of”User object