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 {
id: Int
satisfaction: Int!
goalAttainment: Int!
proficiency: Int!
receivedMaterials: Boolean!
page: String!
satisfaction: Int
goalAttainment: Int
proficiency: Int
receivedMaterials: Boolean
materialsRating: Int
instructorCompetence: Int!
instructorRespect: Int!
instructorOpenFeedback: String!
wouldRecommend: Boolean!
coursePositiveFeedback: String!
courseNegativeFeedback: String!
howDiscovered: String!
motivation: String!
instructorCompetence: Int
instructorRespect: Int
instructorOpenFeedback: String
wouldRecommend: Boolean
coursePositiveFeedback: String
courseNegativeFeedback: String
clientMutationId: String
}
@ -820,8 +819,6 @@ type SendFeedbackPayload {
wouldRecommend: Boolean
coursePositiveFeedback: String
courseNegativeFeedback: String
howDiscovered: String
motivation: String
errors: [ErrorType]
clientMutationId: String
}