INPUT_OBJECT

bulkUpdateNotificationsInput

Autogenerated input type of bulkUpdateNotifications

link GraphQL Schema definition

  • input bulkUpdateNotificationsInput {
  • # Deprecated. Use updateAllNotifications instead
  • fromAllNotifications: Boolean
  • # If this is left out, updateAllNotifications must be sent as true
  • notification_ids: [String]
  • # Deprecated. Use 'seen' instead
  • read: Boolean
  • seen: Boolean
  • # When true, recent (last 500) notifications will be updated
  • updateAllNotifications: Boolean
  • }