INPUT_OBJECT

PreferenceUpdateInput

Specified the fields required to update user's preference.

link GraphQL Schema definition

  • input PreferenceUpdateInput {
  • # If badges are enabled.
  • badgesEnabled: Boolean
  • # If in app notifications are enabled.
  • webInAppNotificationsEnabled: Boolean
  • # If received messages show hidden conversations.
  • messageUnhideEnabled: Boolean
  • }