INPUT_OBJECT

CreateImagineInputTranslations

Input type for adding Translations during the creation of an Imagine List

link GraphQL Schema definition

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