OBJECT

BehavioralPassingRange

link GraphQL Schema definition

1type BehavioralPassingRange {
2
3# The behavioral domain.
4domain: BehavioralDomainKey!
5
6# Whether low scores (0-50 percentile) indicate a fit.
7low: Boolean!
8
9# Whether high scores (51-100 percentile) indicate a fit.
10high: Boolean!
11
12}