OBJECT
DocumentTypeSummary
Description
Summarizes the document type associated with files.
link GraphQL Schema definition
- type DocumentTypeSummary {
- # Count of sensitive files under this document type.
- : SummaryCount
- # Document type ID.
- : UUID!
- # Document type name.
- : String!
- }