FactsetTranscriptsDocumentType
description
DEPRECATED: Please use TranscriptsDocumentType instead. Factset Transcripts document type.
type FactsetTranscriptsDocumentType implements DocumentType {
  ids: [String!]!
  idsV2: [String!]
  codeLevels: CodeLevels
  fileInfo: FileInformation
  solrSub: String
  name: String
  display: String
  displayWide: String
  description: String
}
Fields
FactsetTranscriptsDocumentType.ids ● [String!]! non-null scalar
@exposed(scopes: ['docviewer'])
FactsetTranscriptsDocumentType.idsV2 ● [String!] list scalar
@exposed(scopes: ['docviewer'])
FactsetTranscriptsDocumentType.codeLevels ● CodeLevels object
@exposed(scopes: ['docviewer'])
FactsetTranscriptsDocumentType.fileInfo ● FileInformation object
@exposed(scopes: ['docviewer'])
FactsetTranscriptsDocumentType.solrSub ● String scalar
@exposed(scopes: ['docviewer'])
FactsetTranscriptsDocumentType.name ● String scalar
@exposed(scopes: ['docviewer'])
FactsetTranscriptsDocumentType.display ● String scalar
@exposed(scopes: ['docviewer'])
FactsetTranscriptsDocumentType.displayWide ● String scalar
@exposed(scopes: ['docviewer'])
FactsetTranscriptsDocumentType.description ● String scalar
@exposed(scopes: ['docviewer'])
Interfaces
DocumentType interface
Base interface for document types