Expert
type Expert {
  id: ID!
  bio: String
  employmentHistory: [ExpertEmploymentRecord!]
}
Fields
Expert.id ● ID! non-null scalar
The unique identifier for the expert. @exposed
Expert.bio ● String scalar
The biography of the expert. @exposed
Expert.employmentHistory ● [ExpertEmploymentRecord!] list object
The employment history of the expert. @exposed
Member of
ExpertCallsDocumentType  object