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