FeedbackInput
No description
input FeedbackInput {
eventId: ID!
rating: Int!
review: String
}
Fields
FeedbackInput.eventId
● ID!
non-null scalar
FeedbackInput.rating
● Int!
non-null scalar
FeedbackInput.review
● String
scalar
Member of
addFeedback
mutation