Skip to main content
Version: Latest

DocumentTypeAndDateGroup

type DocumentTypeAndDateGroup {
name: DocumentTypeName!
date: DateTime!
}

Fields

DocumentTypeAndDateGroup.name ● DocumentTypeName! non-null enum graph-ql-types

Represents the document type within the document count statistics @exposed

DocumentTypeAndDateGroup.date ● DateTime! non-null scalar graph-ql-types

Represents the date-time point for the calculated document count statistics @exposed

Implemented By

DocumentCountGroupingProperty union