OBJECT

Testimonial

A Testimonial

link GraphQL Schema definition

  • type Testimonial {
  • # Id
  • id: Int!
  • # Author name
  • name: String
  • # Author phone number
  • phone: String
  • # Author email address
  • email: String
  • # Testimonial message
  • testimonial: String
  • # Is the testimonial displayed on the site
  • display: Boolean
  • # Is the testimonial marked as spam
  • spam: Boolean
  • # Spam score
  • spamScore: Float
  • # Date of creation
  • createdAt: DateTime
  • }