ExpertCallsDocumentType
description
Expert calls document type
type ExpertCallsDocumentType implements DocumentType {
  expertEmploymentType: ExpertEmploymentType @deprecated
  content: [ExpertCallContent!]
  ids: [String!]!
  idsV2: [String!]
  codeLevels: CodeLevels
  fileInfo: FileInformation
  solrSub: String
  name: String
  display: String
  displayWide: String
  description: String
  perspectives: [String!]
  expertBio: String @deprecated
  focus: ExpertCallsFocus
  relatedTranscripts: [String!]
  coverageArea: String
  expert: Expert
  callDate: String
}
Fields
ExpertCallsDocumentType.expertEmploymentType ● ExpertEmploymentType deprecated enum
DEPRECATED: Use expert { employmentHistory } insteadThe employment type of the expert who has participated in the Expert Call @exposed
ExpertCallsDocumentType.content ● [ExpertCallContent!] list object
Complete content of the Expert Insight call
ExpertCallsDocumentType.ids ● [String!]! non-null scalar
@exposed(scopes: ['docviewer'])
ExpertCallsDocumentType.idsV2 ● [String!] list scalar
@exposed(scopes: ['docviewer'])
ExpertCallsDocumentType.codeLevels ● CodeLevels object
@exposed(scopes: ['docviewer'])
ExpertCallsDocumentType.fileInfo ● FileInformation object
@exposed(scopes: ['docviewer'])
ExpertCallsDocumentType.solrSub ● String scalar
@exposed(scopes: ['docviewer'])
ExpertCallsDocumentType.name ● String scalar
@exposed(scopes: ['docviewer'])
ExpertCallsDocumentType.display ● String scalar
@exposed(scopes: ['docviewer'])