Expert
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