MeetingReminderBellNotificationItem
Нотификация в колокольчике о предстоящей встрече
type MeetingReminderBellNotificationItem implements BellNotificationItem {
createdAt: Instant!
eventUrl: String
id: Long!
meetingId: Int!
personsInfo: MeetingReminderPersonsInfo!
read: Boolean!
startAt: Instant!
topic: String!
type: BellNotificationType!
vacanciesInfo: MeetingReminderVacanciesInfo!
}
Fields
MeetingReminderBellNotificationItem.createdAt ● Instant! non-null scalar
Время события
MeetingReminderBellNotificationItem.eventUrl ● String scalar
MeetingReminderBellNotificationItem.id ● Long! non-null scalar
MeetingReminderBellNotificationItem.meetingId ● Int! non-null scalar
MeetingReminderBellNotificationItem.personsInfo ● MeetingReminderPersonsInfo! non-null object
Приглашенные кандидаты
MeetingReminderBellNotificationItem.read ● Boolean! non-null scalar
Прочитанность
MeetingReminderBellNotificationItem.startAt ● Instant! non-null scalar
Начало встречи
MeetingReminderBellNotificationItem.topic ● String! non-null scalar
Тема встречи
MeetingReminderBellNotificationItem.type ● BellNotificationType! non-null enum
Тип события
MeetingReminderBellNotificationItem.vacanciesInfo ● MeetingReminderVacanciesInfo! non-null object
Вакансии, по которым назначена встреча
Interfaces
BellNotificationItem interface
Базовый объект для нотификаций в колокольчике