INPUT_OBJECT

bulkUpdateNotificationsInput

Autogenerated input type of bulkUpdateNotifications

link GraphQL Schema definition

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