OBJECT
DhrcScoreMetric
Description
Metric represents a specific metric as included in the score calculation.
link GraphQL Schema definition
- type DhrcScoreMetric {
- # The impact the metric had on the score calculation. Note that the impact
- # is scaled by the weight before being used in the score calculation.
- : Float!
- # The maximum value of the metric.
- : Float!
- # The metric identity.
- : DhrcMetric!
- # The value of the metric.
- : Float!
- # The metric version. Increase by one every time the metric definition is
- # updated.
- : Int!
- # The weight of the impact value for the score calculation.
- : Float!
- }