INPUT_OBJECT

CreateServiceOrionInputTranslations

Translations of a Service

link GraphQL Schema definition

  • input CreateServiceOrionInputTranslations {
  • # Translation locale
  • locale: String!
  • # Translation of attribute « title »
  • title: String!
  • # Translation of attribute « description »
  • description: String
  • # Custom route
  • customRoute: 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
  • # Content tabs (title + rich content)
  • tabs: [ServiceOrionTabInput!]
  • }