Перейти к основному содержимому

BellNotificationItem

Базовый объект для нотификаций в колокольчике

interface BellNotificationItem {
createdAt: Instant!
eventUrl: String
id: Long!
read: Boolean!
type: BellNotificationType!
}

Fields

BellNotificationItem.createdAt ● Instant! non-null scalar

Время события

BellNotificationItem.eventUrl ● String scalar

BellNotificationItem.id ● Long! non-null scalar

BellNotificationItem.read ● Boolean! non-null scalar

Прочитанность

BellNotificationItem.type ● BellNotificationType! non-null enum

Тип события

Member Of

ManagerBellNotificationsEvents object

Implemented By

CommentCreateBellNotificationItem object ● MeetingReminderBellNotificationItem object