INPUT_OBJECT

UpdateTestimonialInput

Input type for updating a Testimonial

link GraphQL Schema definition

  • input UpdateTestimonialInput {
  • # 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
  • # Date of creation
  • createdAt: DateTime
  • }

link Require by