INPUT_OBJECT

FieldTranslationsInput

Input type for creating/updating Translations of a Field

link GraphQL Schema definition

  • input FieldTranslationsInput {
  • # Translation locale
  • locale: String!
  • # Translation of attribute « value »
  • value: String
  • }