OBJECT
Testimonial Configuration
type TestimonialConfiguration {# Unique identifierid: Int! # Send to site ownersendToSiteOwner: Boolean # Active markactiveMark: Boolean # Required fieldsrequiredFields: Boolean # Enable user submission of testimonials from the frontenableUserSubmission: Boolean # Users to notifyusers: [User] # Translationstranslations: [TestimonialConfigurationTranslation] }