ExpertCallsDocumentType
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'])
ExpertCallsDocumentType.displayWide ● String scalar
@exposed(scopes: ['docviewer'])
ExpertCallsDocumentType.description ● String scalar
@exposed(scopes: ['docviewer'])
ExpertCallsDocumentType.perspectives ● [String!] list scalar
The document perspective, the value is relation(s) of the interviewee to the company. This field can be empty as every document doesn't have perspective. For example: 'Customer', 'Competitor', 'Former' @exposed
ExpertCallsDocumentType.expertBio ● String deprecated scalar
DEPRECATED: Use expert { bio } insteadShort bio about the expert mentioned in the document @exposed
ExpertCallsDocumentType.focus ● ExpertCallsFocus enum
Topic/Theme that the transcript focuses on @exposed
ExpertCallsDocumentType.relatedTranscripts ● [String!] list scalar
Interviews related to the report document @exposed
ExpertCallsDocumentType.coverageArea ● String scalar
Coverage area of the report document @exposed
ExpertCallsDocumentType.expert ● Expert object
The expert that took part of the interview. @exposed
ExpertCallsDocumentType.callDate ● String scalar
The date when the call was made. @exposed
Interfaces
DocumentType interface
Base interface for document types