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!
hhManagerId: Int!
hhVacancyImportSettings: ManagerHHVacancyImportSettings
id: Int!
integrations(
types: [ManagerIntegrationType!] = []
): ManagerIntegrations!
lastName: String
licenseType: ManagerLicenseType!
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
Me.featureNotifications
● ManagerFeatureNotifications
object
Нотификации о новом функционале
Me.featureNotifications.cursor
●String
scalar
Me.featureNotifications.first
● Int
scalar
Количество запрашиваемых нотификаций
Me.firstName
● String!
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
● ManagerLicenseType!
non-null enum
Вид лицензии
Me.managerRole
● ManagerRole!
non-null enum
Роль
Me.middleName
● String
scalar
Отчество
Me.notificationSettings
● ManagerNotificationSettings!
non-null object
Настройки нотификаций
Interfaces
BaseManager
interface
Базовый класс менеджера
Returned by
me
query