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