OBJECT
ThemeLayout
Theme layout
link GraphQL Schema definition
- type ThemeLayout {
- # Id
- : String!
- # Name
- : String!
- # Layout type
- : ThemeLayoutType!
- # Is default layout ?
- : Boolean!
- # Layout content (list of sections)
- : [LayoutBuilderSection!]!
- }