GroupedCount
type GroupedCount {
groupKeys: [DocumentCountGroupingProperty]!
value: Int!
}
Fields
GroupedCount.groupKeys ● [DocumentCountGroupingProperty]! non-null union graph-ql-types
An entity or a combination of entities of the statistics @exposed
GroupedCount.value ● Int! non-null scalar graph-ql-types
Represents the actual document count value @exposed
Member Of
DocumentCountResponse object