OBJECT
ThemeV2
Theme
link GraphQL Schema definition
- type ThemeV2 {
- # Id
- : Int!
- # Title
- : String!
- # Description
- : String
- # Specifications
- : String
- # Number of active sites using this theme
- : Int!
- # Published ?
- : Boolean!
- # Designer
- : String
- # Integrator
- : String
- # CSS Stylesheet
- : String
- # JavaScript code
- : String
- # List of components
- : [ThemeComponent]!
- # Current version
- : ThemeVersion
- # List of versions
- : [ThemeVersion]!
- # Date of creation
- : DateTime!
- # Date of last update
- : DateTime!
- # List of sites using this theme
- : [Site]!
- # List of page thumbnails
- : [ThemePageThumbnail]!
- }