INPUT_OBJECT
UpdateThemeVariableInput
Input type for updating a theme variable
link GraphQL Schema definition
- input UpdateThemeVariableInput {
- # Variable ID (auto-generated UUID)
- : String
- # Variable name
- : String!
- # Variable type
- : ThemeVariableType!
- # Is this a CSS variable?
- : Boolean
- # CSS variable name (e.g., --header-height)
- : String
- # Free-form group the variable belongs to (e.g., background)
- : String
- # Default value (structure depends on type)
- : Json!
- }