ApprovalResponse
Событие получение ответа на запрос на хранение ПД
type ApprovalResponse implements PersonEventItem {
approved: Boolean!
approver: String!
commentHtml: String
createdAt: Instant!
creatorManagerId: Int
id: Int!
person: PersonItem
type: PersonEventType!
vacancy: Vacancy
}
Fields
ApprovalResponse.approved ● Boolean! non-null scalar
Ответ согласования
ApprovalResponse.approver ● String! non-null scalar
Имя согласующего
ApprovalResponse.commentHtml ● String scalar
ApprovalResponse.createdAt ● Instant! non-null scalar
Время, когда произошло событие
ApprovalResponse.creatorManagerId ● Int scalar
ApprovalResponse.id ● Int! non-null scalar
ApprovalResponse.person ● PersonItem object
Кандидат
ApprovalResponse.type ● PersonEventType! non-null enum
Тип события
ApprovalResponse.vacancy ● Vacancy union
Вакансия
Interfaces
PersonEventItem interface
Базовый тип для событий с кандидатом