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

Me

No description

type Me implements BaseManager {
apiTokens: ApiTokens!
bellNotifications: ManagerBellNotifications!
blocked: Boolean!
canCreateHhVacancy: Boolean
email: String!
featureNotifications(
cursor: String
first: Int = 50
): ManagerFeatureNotifications
firstName: String!
hasLicense: Boolean!
hhManagerId: Int!
hhVacancyImportSettings: ManagerHHVacancyImportSettings
id: Int!
integrations(
types: [ManagerIntegrationType!] = []
): ManagerIntegrations!
lastName: String
licenseType: LicenseType
managerRole: ManagerRole!
middleName: String
notificationSettings: ManagerNotificationSettings!
}

Fields

Me.apiTokens ● ApiTokens! non-null union

Me.bellNotifications ● ManagerBellNotifications! non-null object

Нотификации в колокольчике

Me.blocked ● Boolean! non-null scalar

Me.canCreateHhVacancy ● Boolean scalar

Me.email ● String! non-null scalar

Email

Me.featureNotifications ● ManagerFeatureNotifications object

Нотификации о новом функционале

Me.featureNotifications.cursor ● String scalar
Me.featureNotifications.first ● Int scalar

Количество запрашиваемых нотификаций

Me.firstName ● String! non-null scalar

Имя

Me.hasLicense ● Boolean! non-null scalar

Me.hhManagerId ● Int! non-null scalar

Id менеджера на hh.ru

Me.hhVacancyImportSettings ● ManagerHHVacancyImportSettings union

Настройки автоматического импорта вакансий с hh.ru

Me.id ● Int! non-null scalar

Me.integrations ● ManagerIntegrations! non-null object

Интеграции, доступные менеджеру

Me.integrations.types ● [ManagerIntegrationType!] list enum

Me.lastName ● String scalar

Фамилия

Me.licenseType ● LicenseType enum

Вид лицензии

Me.managerRole ● ManagerRole! non-null enum

Роль

Me.middleName ● String scalar

Отчество

Me.notificationSettings ● ManagerNotificationSettings! non-null object

Настройки нотификаций

Interfaces

BaseManager interface

Базовый класс менеджера

Returned by

me query