UpdateUser
No description
UpdateUser(
  about: String
  titleLanguage: UserTitleLanguage
  displayAdultContent: Boolean
  airingNotifications: Boolean
  scoreFormat: ScoreFormat
  rowOrder: String
  profileColor: String
  donatorBadge: String
  notificationOptions: [NotificationOptionInput]
  timezone: String
  activityMergeTime: Int
  animeListOptions: MediaListOptionsInput
  mangaListOptions: MediaListOptionsInput
  staffNameLanguage: UserStaffNameLanguage
  restrictMessagesToFollowing: Boolean
  disabledListActivity: [ListActivityOptionInput]
): User
Arguments
UpdateUser.about ● String scalar
User's about/bio text
UpdateUser.titleLanguage ● UserTitleLanguage enum
User's title language
UpdateUser.displayAdultContent ● Boolean scalar
If the user should see media marked as adult-only
UpdateUser.airingNotifications ● Boolean scalar
If the user should get notifications when a show they are watching aires
UpdateUser.scoreFormat ● ScoreFormat enum
The user's list scoring system
UpdateUser.rowOrder ● String scalar
The user's default list order
UpdateUser.profileColor ● String scalar
Profile highlight color
UpdateUser.donatorBadge ● String scalar
Profile highlight color
UpdateUser.notificationOptions ● [NotificationOptionInput] list input
Notification options
UpdateUser.timezone ● String scalar
Timezone offset format: -?HH:MM
UpdateUser.activityMergeTime ● Int scalar
Minutes between activity for them to be merged together. 0 is Never, Above 2 weeks (20160 mins) is Always.
UpdateUser.animeListOptions ● MediaListOptionsInput input
The user's anime list options
UpdateUser.mangaListOptions ● MediaListOptionsInput input
The user's anime list options
UpdateUser.staffNameLanguage ● UserStaffNameLanguage enum
The language the user wants to see staff and character names in
UpdateUser.restrictMessagesToFollowing ● Boolean scalar
Only allow messages from other users the user follows
UpdateUser.disabledListActivity ● [ListActivityOptionInput] list input
Type
User object
A user