SurveyFeedbackInput
No description
input SurveyFeedbackInput {
clientMutationId: String
comments: String
score: Float
surveyId: Int!
}
Fields
SurveyFeedbackInput.clientMutationId
● String
scalar
SurveyFeedbackInput.comments
● String
scalar
SurveyFeedbackInput.score
● Float
scalar
SurveyFeedbackInput.surveyId
● Int!
non-null scalar
Member Of
surveyFeedbackCreate
mutation ● surveyFeedbackUpdate
mutation