Skip to main content
Version: Latest

DocumentType

description

Base interface for document types

interface DocumentType {
ids: [String!]! @deprecated
idsV2: [String!]
}

Fields

DocumentType.ids ● [String!]! deprecated non-null scalar

DEPRECATED: Use idsV2 instead

Document 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

Member of

Document object

Implemented by

BrokerResearchDocumentType object ● CommonUserDocumentType object ● ExpertCallsDocumentType object ● NoteDocumentType object ● WebClipperDocumentType object