Skip to main content

StatsAggregationData

No description

type StatsAggregationData {
hits: Int!
totalTime: Int!
buyer: Organization
seller: Organization
access: Access
client: Client
supplier: Supplier
operation: Operation
operationType: OperationType
errorCode: ID
errorType: ID
trafficType: TrafficType
time: DateTime
api: API
deaggregateData(
where: StatsAggregationConnectionWhereInput!
): StatsAggregationConnection
}

Fields

StatsAggregationData.hits ● Int! non-null scalar

number of hits

StatsAggregationData.totalTime ● Int! non-null scalar

total time of hits

StatsAggregationData.buyer ● Organization object

buyer returned if you you group by BUYER_ORGANIZATION

StatsAggregationData.seller ● Organization object

seller returned if you group by SELLER_ORGANIZATION

StatsAggregationData.access ● Access object

access returned if you group by ACCESS

StatsAggregationData.client ● Client object

client returned if you group by CLIENT

StatsAggregationData.supplier ● Supplier object

supplier returned if you group by SUPPLIER

StatsAggregationData.operation ● Operation object

operation returned if you group by OPERATION

StatsAggregationData.operationType ● OperationType enum

operationType returned if you group by OPERATION TYPE

StatsAggregationData.errorCode ● ID scalar

error code returned if you group by ERROR CODE

StatsAggregationData.errorType ● ID scalar

error type returned if you group by ERROR TYPE

StatsAggregationData.trafficType ● TrafficType enum

traffic type returned if you group by TRAFFIC TYPE

StatsAggregationData.time ● DateTime scalar

returned time value if groupByTime is used

StatsAggregationData.api ● API object

api code returned if you groupBy API

StatsAggregationData.deaggregateData ● StatsAggregationConnection object

to get data deaggregate from this node

StatsAggregationData.deaggregateData.where ● StatsAggregationConnectionWhereInput! non-null input

Member Of

StatsAggregation object