INPUT_OBJECT
FinOpsReportQueryInput
Report Query Parameters
link GraphQL Schema definition
- input FinOpsReportQueryInput {
- # The dataGranularity for which the report to be generated.
- FinOpsDataGranularity :
- # Limit on the number of results returned. By default, it is 100. -1 for returning
- # all data
- Int :
- # Flag to represent whether the BackLinking of Tags is to be enabled
- Boolean :
- # The SQL Statement to be executed for generating the Report
- String! :
- # The TimePeriod for which the query should be executed
- FinOpsReportQueryTimeRangeInput :
- }