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

Imported

Событие добавление кандидата

type Imported implements HistoryEvent {
eventTime: Instant!
externalVacancy: ExternalVacancy
id: String!
initiator: Initiator
person: PersonItem
personSource: PersonSource!
status: WorkflowStatusSnapshot!
vacancy: Vacancy
}

Fields

Imported.eventTime ● Instant! non-null scalar

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

Imported.externalVacancy ● ExternalVacancy object

Imported.id ● String! non-null scalar

Imported.initiator ● Initiator union

Инициатор события

Imported.person ● PersonItem object

Кандидат

Imported.personSource ● PersonSource! non-null object

Imported.status ● WorkflowStatusSnapshot! non-null object

Imported.vacancy ● Vacancy union

Вакансия

Interfaces

HistoryEvent interface