INPUT_OBJECT

CreateImageSliderInputTranslation

Input translation for creating an Image Slider

link GraphQL Schema definition

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