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
  • }