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
The company that the expert is affiliated with. @exposed
ExpertEmploymentRecord.rawCompanyName
● String!
non-null scalar
The company name provided by the vendor. @exposed
ExpertEmploymentRecord.role
● String!
non-null scalar
The role or position held by the expert at the company. @exposed
ExpertEmploymentRecord.startDate
● Timestamp
scalar
Milliseconds UNIX epoch of the start date of the employment. @exposed
ExpertEmploymentRecord.endDate
● Timestamp
scalar
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
The company logo URL. @exposed
ExpertEmploymentRecord.rawCompanyType
● String
scalar
The company type. @exposed
Member of
Expert
object