OBJECT
A Testimonial
type Testimonial {# Idid: Int! # Author namename: String # Author phone numberphone: String # Author email addressemail: String # Testimonial messagetestimonial: String # Is the testimonial displayed on the sitedisplay: Boolean # Is the testimonial marked as spamspam: Boolean # Spam scorespamScore: Float # Date of creationcreatedAt: DateTime }