OBJECT

ServiceOrion

A Service

link GraphQL Schema definition

  • type ServiceOrion {
  • # Id
  • id: Int!
  • # Translations
  • translations: [ServiceOrionTranslation!]!
  • # Price
  • price: String
  • # Auto-generate route from title
  • autoRoute: Boolean!
  • # Categories of this Service
  • categories: [ServiceOrionCategory!]!
  • # Image associated with the Service
  • image: Media
  • # Date of creation
  • createdAt: DateTime!
  • # Date of last update
  • updatedAt: DateTime!
  • # Site that owns this Service
  • site: PublicSite
  • # Orion theme layout map: keys are SiteThemeOrion IDs, values are layout IDs
  • orionLayoutMap: Json!
  • }