INPUT_OBJECT
CreateServiceOrionInputTranslations
Translations of a Service
link GraphQL Schema definition
- input CreateServiceOrionInputTranslations {
- # Translation locale
- : String!
- # Translation of attribute « title »
- : String!
- # Translation of attribute « description »
- : String
- # Custom route
- : String
- # Translation of attribute « metaTitle »
- : String
- # Translation of attribute « metaDescription »
- : String
- # Translation of attribute « metaKeywords »
- : String
- # Translation of attribute « metaRobots »
- : String
- # Content tabs (title + rich content)
- : [ServiceOrionTabInput!]
- }