INPUT_OBJECT

UpdatePageInputTranslations

Input type for updating Translations of a Page

link GraphQL Schema definition

  • input UpdatePageInputTranslations {
  • # Translation locale
  • locale: String!
  • # Translation of attribute « title »
  • title: String
  • # Translation of attribute « route »
  • route: String
  • # Translation of attribute « description »
  • description: String
  • # Translation of attribute « metaTitle »
  • metaTitle: String
  • # Translation of attribute « metaDescription »
  • metaDescription: String
  • # Translation of attribute « metaKeywords »
  • metaKeywords: String
  • # Translation of attribute « metaRobots »
  • metaRobots: String
  • }