DocumentTypeAndDateGroup
type DocumentTypeAndDateGroup {
name: DocumentTypeName!
date: DateTime!
}
Fields
DocumentTypeAndDateGroup.name
● DocumentTypeName!
non-null enum
Represents the document type within the document count statistics @exposed
DocumentTypeAndDateGroup.date
● DateTime!
non-null scalar
Represents the date-time point for the calculated document count statistics @exposed