JobAggregates
No description
type JobAggregates {
distinctCount: JobDistinctCountAggregates
keys: [String]
}
Fields
JobAggregates.distinctCount
● JobDistinctCountAggregates
object
Distinct count aggregates across the matching connection (ignoring before/after/first/last/offset)
JobAggregates.keys
● [String]
list scalar
Member Of
JobConnection
object