INPUT_OBJECT

UpdateArticleInputTranslations

Input type for updating Translations during the creation of an Article

link GraphQL Schema definition

  • input UpdateArticleInputTranslations {
  • # Translation locale
  • locale: String!
  • # Translation of attribute « title »
  • title: String
  • # Translation of attribute « body »
  • body: String
  • }