INPUT_OBJECT
ReportGroupByInputOption
link GraphQL Schema definition
- input ReportGroupByInputOption {
- : AggregationTypeEnum!
- : TimeframeInputObject!
- : [ReportFilterInputObjectType]
- : [String]!
- # Required if aggregationType is not COUNT
- : String
- # Used with PERCENTILE aggregation type
- : Float
- }