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