INPUT_OBJECT
Input type for updating a TestimonialOrion
input UpdateTestimonialOrionInput {# Author namename: String# Review messagetestimonial: String# Rating (1 to 5)mark: Int# Is the review displayed on the sitedisplay: Boolean# Date of creationcreatedAt: DateTime}