Skip to main content
Version: Beta

ExpertCallsDocumentType

description

Expert calls document type

type ExpertCallsDocumentType implements DocumentType {
display: String
displayWide: String
idsV2: [String!]
perspectives: [String!]
expertEmploymentType: ExpertEmploymentType @deprecated
content: [ExpertCallContent!]
ids: [String!]!
codeLevels: CodeLevels
fileInfo: FileInformation
solrSub: String
name: String
description: String
analystPerspective: String
expertBio: String @deprecated
focus: ExpertCallsFocus
relatedTranscripts: [String!]
coverageArea: String
expert: Expert
callDate: String
}

Fields

ExpertCallsDocumentType.display ● String scalar graph-ql-types

@exposed(scopes: ['docviewer'])

ExpertCallsDocumentType.displayWide ● String scalar graph-ql-types

@exposed(scopes: ['docviewer'])

ExpertCallsDocumentType.idsV2 ● [String!] list scalar graph-ql-types

@exposed(scopes: ['docviewer'])

ExpertCallsDocumentType.perspectives ● [String!] list scalar graph-ql-types

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.expertEmploymentType ● ExpertEmploymentType deprecated enum graph-ql-types

⚠️ DEPRECATED

Use expert { employmentHistory } instead

The employment type of the expert who has participated in the Expert Call @exposed

ExpertCallsDocumentType.content ● [ExpertCallContent!] list object graph-ql-types

Complete content of the Expert Insight call

ExpertCallsDocumentType.ids ● [String!]! non-null scalar graph-ql-types

@exposed(scopes: ['docviewer'])

ExpertCallsDocumentType.codeLevels ● CodeLevels object graph-ql-types

@exposed(scopes: ['docviewer'])

ExpertCallsDocumentType.fileInfo ● FileInformation object graph-ql-types

@exposed(scopes: ['docviewer'])

ExpertCallsDocumentType.solrSub ● String scalar graph-ql-types

@exposed(scopes: ['docviewer'])

ExpertCallsDocumentType.name ● String scalar graph-ql-types

@exposed(scopes: ['docviewer'])

ExpertCallsDocumentType.description ● String scalar graph-ql-types

@exposed(scopes: ['docviewer'])

ExpertCallsDocumentType.analystPerspective ● String scalar graph-ql-types

The analyst perspective for the document. This field can be empty as every document doesn't have an analyst perspective. For example: 'Investor-Led (Sell-Side)' @exposed

ExpertCallsDocumentType.expertBio ● String deprecated scalar graph-ql-types

⚠️ DEPRECATED

Use expert { bio } instead

Short bio about the expert mentioned in the document @exposed

ExpertCallsDocumentType.focus ● ExpertCallsFocus enum graph-ql-types

Topic/Theme that the transcript focuses on @exposed

ExpertCallsDocumentType.relatedTranscripts ● [String!] list scalar graph-ql-types

Interviews related to the report document @exposed

ExpertCallsDocumentType.coverageArea ● String scalar graph-ql-types

Coverage area of the report document @exposed

ExpertCallsDocumentType.expert ● Expert object graph-ql-types

The expert that took part of the interview. @exposed

ExpertCallsDocumentType.callDate ● String scalar graph-ql-types

The date when the call was made. @exposed

Interfaces

DocumentType interface graph-ql-types

Base interface for document types