NoteDocumentType
description
Note document type
type NoteDocumentType implements UserDocumentType, DocumentType {
  name: String
  ids: [String!]!
  idsV2: [String!]
  codeLevels: CodeLevels
  fileInfo: FileInformation
  solrSub: String
  display: String
  displayWide: String
  description: String
  owned: Boolean!
  owner: PublicUserInfo!
  updatedAt: Float
}
Fields
NoteDocumentType.name ● String scalar
@exposed(scopes: ['docviewer'])
NoteDocumentType.ids ● [String!]! non-null scalar
@exposed(scopes: ['docviewer'])
NoteDocumentType.idsV2 ● [String!] list scalar
@exposed(scopes: ['docviewer'])
NoteDocumentType.codeLevels ● CodeLevels object
@exposed(scopes: ['docviewer'])
NoteDocumentType.fileInfo ● FileInformation object
@exposed(scopes: ['docviewer'])
NoteDocumentType.solrSub ● String scalar
@exposed(scopes: ['docviewer'])
NoteDocumentType.display ● String scalar
@exposed(scopes: ['docviewer'])
NoteDocumentType.displayWide ● String scalar
@exposed(scopes: ['docviewer'])
NoteDocumentType.description ● String scalar
@exposed(scopes: ['docviewer'])
NoteDocumentType.owned ● Boolean! non-null scalar
@exposed(scopes: ['docviewer'])
NoteDocumentType.owner ● PublicUserInfo! non-null object
User document owner @exposed
NoteDocumentType.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