INPUT_OBJECT
Input type for updating a Testimonial
input UpdateTestimonialInput {# Author namename: String# Author phone numberphone: String# Author email addressemail: String# Testimonial messagetestimonial: String# Is the testimonial displayed on the sitedisplay: Boolean# Date of creationcreatedAt: DateTime}