OBJECT
ThemeComponent
Theme component
link GraphQL Schema definition
- type ThemeComponent {
- # Id
- : String!
- # Name
- : String!
- # HTML template
- : String
- # List of parameters
- : [ThemeComponentEditableParameter]!
- # List of parameters
- : AssociativeArray!
- # Type
- : ThemeComponentType!
- # Is component enabled ?
- : Boolean!
- # Is default component ?
- : Boolean!
- }