DocumentType
Base interface for document types
interface DocumentType {
ids: [String!]! @deprecated
idsV2: [String!]
codeLevels: CodeLevels
fileInfo: FileInformation
solrSub: String
name: String
display: String
displayWide: String
description: String
}
Fields
DocumentType.ids
● [String!]!
deprecated non-null scalar
DEPRECATED: Use idsV2 insteadDocument source type ids
Document source types have hierarchical structure. Some document types depend on user permissions, eg AMR/SSR At the moment returning top most available source id from that hierarchy. @exposed
DocumentType.idsV2
● [String!]
list scalar
Document source type ids.
Document source types have hierarchical structure. Some document types depend on user permissions, e.g. AMR/SSR. At the moment returning the top most available source id from that hierarchy.
The changes compared to the 'ids' field are that this field is nullable. This is for the sake of returning partial data in case the field cannot be resolved. @exposed
DocumentType.codeLevels
● CodeLevels
object
@exposed(scopes: ['docviewer'])
DocumentType.fileInfo
● FileInformation
object
@exposed(scopes: ['docviewer'])
DocumentType.solrSub
● String
scalar
@exposed(scopes: ['docviewer'])
DocumentType.name
● String
scalar
@exposed(scopes: ['docviewer'])
DocumentType.display
● String
scalar
The display name of a filing type to the user @exposed(scopes: ['docviewer'])
DocumentType.displayWide
● String
scalar
A lengthed version of name displayed to the user sometimes including additional information, e.g. as 'sourcename - LexisNexis' @exposed(scopes: ['docviewer'])
DocumentType.description
● String
scalar
@exposed(scopes: ['docviewer'])
Returned by
Document__type
query
Member of
Document
object
Implemented by
BlacklineDocumentType
object ● BrokerResearchDocumentType
object ● CommonDocumentType
object ● CommonUserDocumentType
object ● ExpertCallsDocumentType
object ● FactsetTranscriptsDocumentType
object ● MarketResearchDocumentType
object ● NoteDocumentType
object ● PatentDocumentType
object ● TranscriptsDocumentType
object ● WebClipperDocumentType
object