WebClipperDocumentType
description
Kind of user document
type WebClipperDocumentType implements UserDocumentType, DocumentType {
  ids: [String!]!
  idsV2: [String!]
  codeLevels: CodeLevels
  fileInfo: FileInformation
  solrSub: String
  name: String
  display: String
  displayWide: String
  description: String
  owned: Boolean!
  owner: PublicUserInfo!
  updatedAt: Float
}
Fields
WebClipperDocumentType.ids ● [String!]! non-null scalar
@exposed(scopes: ['docviewer'])
WebClipperDocumentType.idsV2 ● [String!] list scalar
@exposed(scopes: ['docviewer'])
WebClipperDocumentType.codeLevels ● CodeLevels object
@exposed(scopes: ['docviewer'])
WebClipperDocumentType.fileInfo ● FileInformation object
@exposed(scopes: ['docviewer'])
WebClipperDocumentType.solrSub ● String scalar
@exposed(scopes: ['docviewer'])
WebClipperDocumentType.name ● String scalar
@exposed(scopes: ['docviewer'])
WebClipperDocumentType.display ● String scalar
@exposed(scopes: ['docviewer'])
WebClipperDocumentType.displayWide ● String scalar
@exposed(scopes: ['docviewer'])
WebClipperDocumentType.description ● String scalar
@exposed(scopes: ['docviewer'])
WebClipperDocumentType.owned ● Boolean! non-null scalar
@exposed(scopes: ['docviewer'])
WebClipperDocumentType.owner ● PublicUserInfo! non-null object
User document owner @exposed
WebClipperDocumentType.updatedAt ● Float scalar
Last time the document was modified, incl. uploading, sharing, making annotations, etc. Read-only does not affect this timestamp.
Interfaces
UserDocumentType interface
Base type for various kinds of user documents.
User documents have an author userId and are always attached to a company.
DocumentType interface
Base interface for document types