Update schema
This commit is contained in:
parent
44599d455c
commit
fb10799140
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue