INPUT_OBJECT

UpdateTestimonialOrionInput

Input type for updating a TestimonialOrion

link GraphQL Schema definition

  • input UpdateTestimonialOrionInput {
  • # Author name
  • name: String
  • # Review message
  • testimonial: String
  • # Rating (1 to 5)
  • mark: Int
  • # Is the review displayed on the site
  • display: Boolean
  • # Date of creation
  • createdAt: DateTime
  • }

link Require by