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 « slug »
- : String
- }