OBJECT

TestimonialConfiguration

Testimonial Configuration

link GraphQL Schema definition

  • type TestimonialConfiguration {
  • # Unique identifier
  • id: Int!
  • # Send to site owner
  • sendToSiteOwner: Boolean
  • # Active mark
  • activeMark: Boolean
  • # Required fields
  • requiredFields: Boolean
  • # Enable user submission of testimonials from the front
  • enableUserSubmission: Boolean
  • # Users to notify
  • users: [User]
  • # Translations
  • translations: [TestimonialConfigurationTranslation]
  • }