ExpertEmploymentRecord
description
Represents an employment record of an Expert Insights expert.
type ExpertEmploymentRecord {
company: Company
rawCompanyName: String!
role: String!
startDate: Timestamp
endDate: Timestamp
rawCompanyLogoUrl: String
rawCompanyType: String
}
Fields
ExpertEmploymentRecord.company ● Company object graph-ql-types
The company that the expert is affiliated with. @exposed
ExpertEmploymentRecord.rawCompanyName ● String! non-null scalar graph-ql-types
The company name provided by the vendor. @exposed
ExpertEmploymentRecord.role ● String! non-null scalar graph-ql-types
The role or position held by the expert at the company. @exposed
ExpertEmploymentRecord.startDate ● Timestamp scalar graph-ql-types
Milliseconds UNIX epoch of the start date of the employment. @exposed
ExpertEmploymentRecord.endDate ● Timestamp scalar graph-ql-types
Milliseconds UNIX epoch of the end date of the employment, null if the expert still holds his role at the company. @exposed
ExpertEmploymentRecord.rawCompanyLogoUrl ● String scalar graph-ql-types
The company logo URL. @exposed
ExpertEmploymentRecord.rawCompanyType ● String scalar graph-ql-types
The company type. @exposed
Member Of
Expert object