OBJECT
Testimonial Configuration
type TestimonialConfiguration {# Unique identifierid: Int! # Send to site ownersendToSiteOwner: Boolean # Active markactiveMark: Boolean # Required fieldsrequiredFields: Boolean # Users to notifyusers: [User] # Translationstranslations: [TestimonialConfigurationTranslation] }