OBJECT

FinOpsReportQuery

link GraphQL Schema definition

  • type FinOpsReportQuery {
  • # The dataGranularity for which the report to be generated.
  • dataGranularity: FinOpsReportDataGranularity
  • # The Data Source from which the report is to be generated
  • dataset: String
  • # Limit on the number of results returned. By default, it is 100. -1 for returning
  • # all data
  • limit: Int!
  • # Flag to represent whether the BackLinking of Tags is to be enabled
  • needBackLinkingForTags: Boolean!
  • # The SQL Statement to be executed for generating the Report
  • sqlStatement: String!
  • # The TimePeriod for which the query should be executed
  • timeRange: FinOpsReportQueryTimeRange
  • }