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