Feedback
No description
type Feedback {
_id: ID!
event: Event!
rating: Int!
review: String
}
Fields
Feedback._id
● ID!
non-null scalar
Feedback.event
● Event!
non-null object
Feedback.rating
● Int!
non-null scalar
Feedback.review
● String
scalar
Returned by
addFeedback
mutation
Member of
Event
object