OBJECT
LayoutBuilderRow
Row in a section
link GraphQL Schema definition
- type LayoutBuilderRow {
- # Unique identifier
- : String!
- # Name of the row
- : String!
- # Number of columns per row (1-12)
- : Int!
- # Style configuration
- : LayoutBuilderStyle
- # List of items (blocks or grids) in this row
- : [LayoutBuilderRowItem!]!
- }