OBJECT

ServiceOrionTranslation

link GraphQL Schema definition

  • type ServiceOrionTranslation 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 « description »
  • description: String
  • # Custom route for this translation
  • customRoute: String
  • # Translation of attribute « slug »
  • slug: String
  • }