OBJECT

DocumentTypeSummary

Description

Summarizes the document type associated with files.

link GraphQL Schema definition

  • type DocumentTypeSummary {
  • # Count of sensitive files under this document type.
  • filesCount: SummaryCount
  • # Document type ID.
  • id: UUID!
  • # Document type name.
  • name: String!
  • }