OBJECT

ScoreRangeLabel

Automatically assign a label when the candidate scores within a given inclusive range.

link GraphQL Schema definition

1type ScoreRangeLabel {
2
3# Result label to apply to assessments in the score range.
4label: String!
5
6scoreRange: ScoreRange!
7
8}