OBJECT

LocalizedText

link GraphQL Schema definition

  • type LocalizedText {
  • # The localization key of the localized text
  • key: String
  • # The text localized with the given language
  • message: String
  • }