Expert
description
An expert, owned by the expert-insights subgraph. Referenced here by id; the profile (bio, employment history, role) hydrates upstream.
type Expert {
id: ID!
bio: String
employmentHistory: [ExpertEmploymentRecord!]
}
Fields
Expert.id ● ID! non-null scalar graph-ql-types
The unique identifier for the expert. @exposed
Expert.bio ● String scalar graph-ql-types
The biography of the expert. @exposed