INPUT_OBJECT
UpdateThemeInput
Input type for updating a theme
link GraphQL Schema definition
- input UpdateThemeInput {
- # Title
- : String
- # Description
- : String
- # Specifications
- : String
- # List of components
- : [UpdateThemeComponentInput]
- # List of layouts
- : [UpdateThemeLayoutInput]
- # List of theme variables
- : [UpdateThemeVariableInput]
- # Designer
- : String
- # Integrator
- : String
- # CSS
- : String
- # Script
- : String
- }