OBJECT

InterviewerFeedbackAttribute

link GraphQL Schema definition

1type InterviewerFeedbackAttribute {
2
3name: String
4
5score: Int
6
7notes: String
8
9}