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!
}
Fields
UserDocumentType.owner
● PublicUserInfo!
non-null object
Document owner. @exposed
Implemented by
CommonUserDocumentType
object ● NoteDocumentType
object ● WebClipperDocumentType
object