GraphQL OBJECT

BiReportResult

The report data fetched from the Business Intelligence (BI).

link Definition

  • type BiReportResult {
  • # Labels for each of the points on the x-axis.
  • xAxisLabels: [String]!
  • # Groups for each of the points on the y-axis.
  • yAxisGroups: [String]!
  • # Report results for all measures.
  • measureResults: [BiMeasureResult]!
  • }