INPUT_OBJECT
ReportIntervalInputOption
link GraphQL Schema definition
- input ReportIntervalInputOption {
- : ReportIntervalEnumType!
- : TimeframeInputObject!
- : [ReportFilterInputObjectType]
- : [String]
- : AggregationTypeEnum
- # Required if aggregationType is not COUNT
- : String
- }