StatsQuery
No description
type StatsQuery {
report(
filter: StatsFilterInput!
first: Int
last: Int
before: String
after: String
): StatsConnection!
getAggregationStats(
where: StatsAggregationConnectionWhereInput!
groupBy: StatsAggregationConnectionGroupByInput!
): StatsAggregationConnection!
getRealTimeRangeStats(
where: StatsRealTimeRangeWhereInput!
): StatsRealTimeRange!
}
Fields
StatsQuery.report
● StatsConnection!
non-null object
The report query, represents all of the entry points into our object graph
StatsQuery.report.filter
● StatsFilterInput!
non-null input
StatsQuery.report.first
● Int
scalar
StatsQuery.report.last
● Int
scalar
StatsQuery.report.before
● String
scalar
StatsQuery.report.after
● String
scalar
StatsQuery.getAggregationStats
● StatsAggregationConnection!
non-null object
Query to retrieve Stats Aggregated
StatsQuery.getAggregationStats.where
● StatsAggregationConnectionWhereInput!
non-null input
StatsQuery.getAggregationStats.groupBy
● StatsAggregationConnectionGroupByInput!
non-null input
StatsQuery.getRealTimeRangeStats
● StatsRealTimeRange!
non-null object
Query to retrieve Real Time Range will be return according to TimeRange input
StatsQuery.getRealTimeRangeStats.where
● StatsRealTimeRangeWhereInput!
non-null input
Returned By
stats
query