StatsAggregationConnection
No description
type StatsAggregationConnection {
totalCount: Int!
edges: [StatsAggregationEdge!]
adviseMessage: [AdviseMessage!]
}
Fields
StatsAggregationConnection.totalCount
● Int!
non-null scalar
StatsAggregationConnection.edges
● [StatsAggregationEdge!]
list object
StatsAggregationConnection.adviseMessage
● [AdviseMessage!]
list object
Member Of
StatsAggregationData
object ● StatsQuery
object