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