Update schema

This commit is contained in:
Ramon Wenger 2022-12-08 17:01:02 +01:00
parent 44599d455c
commit fb10799140
1 changed files with 11 additions and 14 deletions

View File

@ -791,19 +791,18 @@ type SecurityRequestResponseLog {
input SendFeedbackInput { input SendFeedbackInput {
id: Int id: Int
satisfaction: Int! page: String!
goalAttainment: Int! satisfaction: Int
proficiency: Int! goalAttainment: Int
receivedMaterials: Boolean! proficiency: Int
receivedMaterials: Boolean
materialsRating: Int materialsRating: Int
instructorCompetence: Int! instructorCompetence: Int
instructorRespect: Int! instructorRespect: Int
instructorOpenFeedback: String! instructorOpenFeedback: String
wouldRecommend: Boolean! wouldRecommend: Boolean
coursePositiveFeedback: String! coursePositiveFeedback: String
courseNegativeFeedback: String! courseNegativeFeedback: String
howDiscovered: String!
motivation: String!
clientMutationId: String clientMutationId: String
} }
@ -820,8 +819,6 @@ type SendFeedbackPayload {
wouldRecommend: Boolean wouldRecommend: Boolean
coursePositiveFeedback: String coursePositiveFeedback: String
courseNegativeFeedback: String courseNegativeFeedback: String
howDiscovered: String
motivation: String
errors: [ErrorType] errors: [ErrorType]
clientMutationId: String clientMutationId: String
} }