OBJECT

DhrcScoreContext

Description

Context represents the context in which the score calculation took place.

link GraphQL Schema definition

  • type DhrcScoreContext {
  • # The metrics associated with this score calculation context.
  • metrics: [DhrcScoreMetric!]!
  • }