OBJECT

Preference

Represents user preference.

link GraphQL Schema definition

  • type Preference implements Node {
  • # If badges are enabled.
  • badgesEnabled: Boolean!
  • # If in app notifications are enabled.
  • webInAppNotificationsEnabled: Boolean!
  • # If received messages show hidden conversations.
  • messageUnhideEnabled: Boolean!
  • # Globally unique identifier.
  • id: ID!
  • }