Skip to main content
Version: Latest

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

Implemented by

DocumentCountGroupingProperty union