INPUT_OBJECT

UpdateServiceOrionInputTranslations

Translations of a Service

link GraphQL Schema definition

  • input UpdateServiceOrionInputTranslations {
  • # Translation locale
  • locale: String!
  • # Translation of attribute « title »
  • title: String
  • # Translation of attribute « description »
  • description: String
  • # Custom route
  • customRoute: String
  • }