Skip to main content
Version: Latest

CommonUserDocumentType

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

Fields

CommonUserDocumentType.ids ● [String!]! non-null scalar

@exposed(scopes: ['docviewer'])

CommonUserDocumentType.idsV2 ● [String!] list scalar

@exposed(scopes: ['docviewer'])

CommonUserDocumentType.owner ● PublicUserInfo! non-null object

User document owner @exposed

CommonUserDocumentType.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