INPUT_OBJECT

CreateServiceOrionInput

Input type for creating a Service

link GraphQL Schema definition

  • input CreateServiceOrionInput {
  • # Translations
  • translations: [CreateServiceOrionInputTranslations!]!
  • # Ids of ServiceCategories
  • categories: [Int!]
  • # Image Media Id
  • image: Int
  • # Price
  • price: String
  • # Auto-generate route from title
  • autoRoute: Boolean
  • # Orion theme layout map: keys are SiteThemeOrion IDs, values are layout IDs
  • orionLayoutMap: Json
  • }

link Require by