OBJECT
type FormTranslation implements TranslationInterface {id: Int! # An ISO 639-1 valid locale, e.g.: fr, en, pt, ...locale: String! # Titletitle: String # Descriptiondescription: String # Submit button labelsubmitButtonLabel: String # Success messagesuccessMessage: String # Error messageerrorMessage: String }