INPUT_OBJECT
ReportAggregateInputOption
link GraphQL Schema definition
- input ReportAggregateInputOption {
- : AggregationTypeEnum!
- : TimeframeInputObject!
- : [ReportFilterInputObjectType]
- # Optional property for when aggregating by unique value
- : String
- # Used with PERCENTILE aggregation type
- : Float
- }