NoteDocumentType
description
Note document type
type NoteDocumentType implements DocumentType, UserDocumentType {
display: String
displayWide: String
idsV2: [String!]
owner: PublicUserInfo!
updatedAt: Float
name: String
ids: [String!]!
codeLevels: CodeLevels
fileInfo: FileInformation
solrSub: String
description: String
owned: Boolean!
}
Fields
NoteDocumentType.display
● String
scalar
@exposed(scopes: ['docviewer'])
NoteDocumentType.displayWide
● String
scalar
@exposed(scopes: ['docviewer'])
NoteDocumentType.idsV2
● [String!]
list 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.
NoteDocumentType.name
● String
scalar
@exposed(scopes: ['docviewer'])
NoteDocumentType.ids
● [String!]!
non-null 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.description
● String
scalar
@exposed(scopes: ['docviewer'])
NoteDocumentType.owned
● Boolean!
non-null scalar
@exposed(scopes: ['docviewer'])
Interfaces
DocumentType
interface
Base interface for document types
UserDocumentType
interface
Base type for various kinds of user documents.
User documents have an author userId and are always attached to a company.