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
1 enum BehavioralScoreLabel { 2 3 4 5 6 7 8 9 10 }
ENUM
Behavioral score can be high (strong fit), moderate, or low (weak fit). If no profile is configured, will simply return complete.
1 enum BehavioralScoreLabel { 2 3 4 5 6 7 8 9 10 }