OBJECT

TextTranslation

translation of text

link GraphQL Schema definition

  • type TextTranslation implements MessageHolder {
  • translation: String!
  • translationlang: LangType
  • # deprecated
  • message: [Message] @deprecated( reason: "No longer supported" )
  • }