Skip to content

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]
}

The language the user wants to see media titles in

Whether the user has enabled viewing of 18+ content

Whether the user receives notifications when a show they are watching aires

Profile highlight color (blue, purple, pink, orange, red, green, gray)

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.

The language the user wants to see staff and character names in

Whether the user only allow messages from users they follow

The list activity types the user has disabled from being created from list updates

User object