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

SourceChanged

Событие смены источника кандидата

type SourceChanged implements HistoryEvent {
eventTime: Instant!
from: PersonSource!
id: String!
initiator: Initiator
person: PersonItem
to: PersonSource!
}

Fields

SourceChanged.eventTime ● Instant! non-null scalar

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

SourceChanged.from ● PersonSource! non-null object

SourceChanged.id ● String! non-null scalar

SourceChanged.initiator ● Initiator union

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

SourceChanged.person ● PersonItem object

Кандидат

SourceChanged.to ● PersonSource! non-null object

Interfaces

HistoryEvent interface