INPUT_OBJECT

CreatePageInputTranslations

Input type for adding Translations during the creation of a Page

link GraphQL Schema definition

  • input CreatePageInputTranslations {
  • # 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
  • }