OBJECT

PageTranslation

link GraphQL Schema definition

  • type PageTranslation implements TranslationInterface {
  • id: Int!
  • # An ISO 639-1 valid locale, e.g.: fr, en, pt, ...
  • locale: String!
  • # Translation of attribute « title »
  • title: String
  • # Translation of attribute « route »
  • route: 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
  • }

link Require by