OBJECT
LiveInterviewFeedback
link GraphQL Schema definition
1 type LiveInterviewFeedback { 2 3 # Overall notes about the candidates. 4 : String! 5 6 # Overall recommendation about the candidate. 7 : LiveInterviewRating! 8 9 : LiveInterviewRating 10 11 : LiveInterviewRating 12 13 : LiveInterviewRating 14 15 : LiveInterviewRating 16 17 }