OBJECT

FieldTranslation

link GraphQL Schema definition

  • type FieldTranslation implements TranslationInterface {
  • id: Int!
  • # An ISO 639-1 valid locale, e.g.: fr, en, pt, ...
  • locale: String!
  • # Translation of attribute « value »
  • value: String
  • }

link Require by