INPUT_OBJECT

CreateCategoryInputTranslations

Translations of a Category

link GraphQL Schema definition

  • input CreateCategoryInputTranslations {
  • # Translation locale
  • locale: String!
  • # Translation of attribute « title »
  • title: String!
  • # Translation of attribute « description »
  • description: String!
  • }