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