Skip to main content
Version: Latest

ExpertCallsDocumentType

description

Expert calls document type

type ExpertCallsDocumentType implements DocumentType {
expertEmploymentType: ExpertEmploymentType @deprecated
content: [ExpertCallContent!]
ids: [String!]!
idsV2: [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 } instead

The 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.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 } instead

Short 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