OBJECT
ServiceOrionTranslation
link GraphQL Schema definition
- type ServiceOrionTranslation implements TranslationInterface {
- : Int!
- # An ISO 639-1 valid locale, e.g.: fr, en, pt, ...
- : String!
- # Translation of attribute « title »
- : String
- # Translation of attribute « description »
- : String
- # Custom route for this translation
- : String
- # Translation of attribute « metaTitle »
- : String
- # Translation of attribute « metaDescription »
- : String
- # Translation of attribute « metaKeywords »
- : String
- # Translation of attribute « metaRobots »
- : String
- # Translation of attribute « slug »
- : String
- # Content tabs (title + rich content) for this translation
- : [ServiceOrionTab!]!
- }