GraphQL OBJECT
BiMeasureResult
The report data for one measure.
link Definition
- type BiMeasureResult {
- # Index of the measure.
- : Int!
- # Name of the measure.
- : String
- # Report results for all groups in the measure.
- : [BiGroupResult]
- }
GraphQL OBJECT
The report data for one measure.
- type BiMeasureResult {
- # Index of the measure.
- : Int!
- # Name of the measure.
- : String
- # Report results for all groups in the measure.
- : [BiGroupResult]
- }