INPUT_OBJECT

ToggleNotificationsMutationInput

The input object that defines the fields for the toggleNotifications mutation.

link GraphQL Schema definition

  • input ToggleNotificationsMutationInput {
  • # A list of notification IDs.
  • notification_ids: [Int64Bit]
  • # Whether to mark these notifications as read or unread.
  • read: Boolean
  • }

link Require by