OBJECT

TestimonialOrion

A review submitted on an Orion site

link GraphQL Schema definition

  • type TestimonialOrion {
  • # Id
  • id: Int!
  • # Author name
  • name: String
  • # Review message
  • testimonial: String
  • # Rating (1 to 5)
  • mark: Int
  • # Is the review displayed on the site
  • display: Boolean
  • # Is the review marked as spam
  • spam: Boolean
  • # Spam score
  • spamScore: Float
  • # Date of creation
  • createdAt: DateTime
  • }