We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a944f4 commit 6e7b5c0Copy full SHA for 6e7b5c0
backend/typescript/graphql/types/reviewDashboardType.ts
@@ -17,15 +17,6 @@ const reviewDashboardType = gql`
17
totalScore: Int
18
}
19
20
- type Review {
21
- passionFSG: Int
22
- teamPlayer: Int
23
- desireToLearn: Int
24
- skill: Int
25
- skillCategory: String
26
- comments: String
27
- }
28
-
29
type ReviewDetails {
30
reviewerFirstName: String!
31
reviewerLastName: String!
backend/typescript/graphql/types/reviewedApplicantRecordTypes.ts
@@ -13,8 +13,9 @@ const reviewedApplicantRecordTypes = gql`
13
desireToLearn: Int
14
skill: Int
15
skillCategory: SkillCategory
16
+ comments: String
+
input ReviewInput {
passionFSG: Int
teamPlayer: Int
0 commit comments