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