INPUT_OBJECT
UpdateServiceOrionInput
Input type for updating a Service
link GraphQL Schema definition
- input UpdateServiceOrionInput {
- # Translations
- : [UpdateServiceOrionInputTranslations!]
- # Ids of ServiceCategories
- : [Int!]
- # Array of medias ids, in ascending ordered
- : [ServiceOrionMediasInput!]
- # Price
- : String
- # Auto-generate route from title
- : Boolean
- # Orion theme layout map: keys are SiteThemeOrion IDs, values are layout IDs
- : Json
- }