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