OBJECT
Message translation entry
type MessageTranslation {# The language for this translationlanguage: String! # The message for this translationmessage: String! }