Skip to main content
Version: Beta

UserDocumentType

description

Base type for various kinds of user documents.

User documents have an author userId and are always attached to a company.

interface UserDocumentType {
owner: PublicUserInfo!
user: User! @deprecated
}

Fields

UserDocumentType.owner ● PublicUserInfo! non-null object

Document owner. @exposed

UserDocumentType.user ● User! deprecated non-null object

DEPRECATED: Use owner instead

@deprecated(reason: "Use owner instead") @exposed

Implemented by

CommonUserDocumentType object ● NoteDocumentType object ● WebClipperDocumentType object