OBJECT

LiveInterviewFeedback

link GraphQL Schema definition

1type LiveInterviewFeedback {
2
3# Overall notes about the candidates.
4notes: String!
5
6# Overall recommendation about the candidate.
7recommendation: LiveInterviewRating!
8
9coding: LiveInterviewRating
10
11communication: LiveInterviewRating
12
13problemSolving: LiveInterviewRating
14
15systemDesign: LiveInterviewRating
16
17}