ENUM
BehavioralFit
Indicates whether a candidate's score in a dimension aligns with the job profile.
link GraphQL Schema definition
1 enum BehavioralFit { 2 3 # Candidate's score matches the desired range for this dimension. 4 5 6 # Candidate's score falls outside the desired range for this dimension. 7 8 }