OBJECT

MessageTranslation

Message translation entry

link GraphQL Schema definition

  • type MessageTranslation {
  • # The language for this translation
  • language: String!
  • # The message for this translation
  • message: String!
  • }