ENUM

BehavioralScoreLabel

Behavioral score can be high (strong fit), moderate, or low (weak fit). If no profile is configured, will simply return complete.

link GraphQL Schema definition

1enum BehavioralScoreLabel {
2
3high
4
5moderate
6
7low
8
9complete
10}