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.
- String]! : [
- # Groups for each of the points on the y-axis.
- String]! : [
- # Report results for all measures.
- BiMeasureResult]! : [
- }