INPUT_OBJECT

LocationTranslationsInput

Input type for creating/updating Translations of a Location

link GraphQL Schema definition

  • input LocationTranslationsInput {
  • # Translation locale
  • locale: String!
  • # Translation of attribute « title »
  • title: String!
  • # Translation of attribute « openingHours »
  • openingHours: String!
  • }