INPUT_OBJECT

CreateArticleInputTranslations

Input type for adding Translations during the creation of an Article

link GraphQL Schema definition

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