report_aggregate_fields
aggregate fields of "report"
type report_aggregate_fields {
avg: report_avg_fields
count(
columns: [report_select_column!]
distinct: Boolean
): Int!
max: report_max_fields
min: report_min_fields
stddev: report_stddev_fields
stddev_pop: report_stddev_pop_fields
stddev_samp: report_stddev_samp_fields
sum: report_sum_fields
var_pop: report_var_pop_fields
var_samp: report_var_samp_fields
variance: report_variance_fields
}