TestimonialInput
Contains data to submit a testimonial.
input TestimonialInput {
body: String
rating: Int
}
Fields
TestimonialInput.body ● String scalar
The body of the testimonial.
TestimonialInput.rating ● Int scalar
The rating of the testimonial. This is a number value between
0and100.
Member of
SubmitTestimonial mutation