Skip to main content
Version: Latest

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

Expert.employmentHistory ● [ExpertEmploymentRecord!] list object graph-ql-types

The employment history of the expert. @exposed

Member Of

ExpertCallsDocumentType object