OBJECT
ScoreRangeLabel
Automatically assign a label when the candidate scores within a given inclusive range.
link GraphQL Schema definition
1 type ScoreRangeLabel { 2 3 # Result label to apply to assessments in the score range. 4 : String! 5 6 : ScoreRange! 7 8 }