OBJECT
PageTranslation
link GraphQL Schema definition
- type PageTranslation implements TranslationInterface {
- : Int!
- # An ISO 639-1 valid locale, e.g.: fr, en, pt, ...
- : String!
- # Translation of attribute « title »
- : String
- # Translation of attribute « route »
- : String
- # Translation of attribute « metaTitle »
- : String
- # Translation of attribute « metaDescription »
- : String
- # Translation of attribute « metaKeywords »
- : String
- # Translation of attribute « metaRobots »
- : String
- }