Skip to main content
Version: Beta

NoteDocumentType

description

Note document type

type NoteDocumentType implements UserDocumentType, DocumentType {
ids: [String!]!
idsV2: [String!]
owner: PublicUserInfo!
updatedAt: Float
}

Fields

NoteDocumentType.ids ● [String!]! non-null 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.

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