OBJECT

ScoreRange

Score range of result labels. Boundaries are inclusive.

link GraphQL Schema definition

1type ScoreRange {
2
3min: Int
4
5max: Int
6
7}