INPUT_OBJECT

FinOpsDatasetQueryInput

link GraphQL Schema definition

  • input FinOpsDatasetQueryInput {
  • # The dataGranularity for which the report to be generated.
  • dataGranularity: FinOpsDataGranularity
  • # Limit on the number of results returned. By default, it is 100. -1 for returning
  • # all data
  • limit: Int!
  • # The SQL Statement to be executed
  • sqlStatement: String!
  • # The TimePeriod for which the query should be executed
  • timeRange: FinOpsTimeRangeInput
  • }