Skip to main content
Version: Beta

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 graph-ql-types

@exposed(scopes: ['docviewer'])

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

@exposed(scopes: ['docviewer'])

TranscriptsDocumentType.codeLevels ● CodeLevels object graph-ql-types

@exposed(scopes: ['docviewer'])

TranscriptsDocumentType.fileInfo ● FileInformation object graph-ql-types

@exposed(scopes: ['docviewer'])

TranscriptsDocumentType.solrSub ● String scalar graph-ql-types

@exposed(scopes: ['docviewer'])

TranscriptsDocumentType.name ● String scalar graph-ql-types

@exposed(scopes: ['docviewer'])

TranscriptsDocumentType.display ● String scalar graph-ql-types

@exposed(scopes: ['docviewer'])

TranscriptsDocumentType.displayWide ● String scalar graph-ql-types

@exposed(scopes: ['docviewer'])

TranscriptsDocumentType.description ● String scalar graph-ql-types

@exposed(scopes: ['docviewer'])

Interfaces

DocumentType interface graph-ql-types

Base interface for document types