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 {
  owned: Boolean!
  owner: PublicUserInfo!
}
Fields
UserDocumentType.owned ● Boolean! non-null scalar
If true this document is owned by requesting user @exposed(scopes: ['docviewer'])
UserDocumentType.owner ● PublicUserInfo! non-null object
Document owner. @exposed
Implemented by
CommonUserDocumentType  object ● NoteDocumentType  object ● WebClipperDocumentType  object