INPUT_OBJECT
LayoutBuilderRowInput
Input for row in a section
link GraphQL Schema definition
- input LayoutBuilderRowInput {
- # Unique identifier
- : String!
- # Name of the row
- : String!
- # Number of columns per row (1-12)
- : Int!
- # Style configuration
- : LayoutBuilderStyleInput
- # List of items (blocks or grids) in this row
- : [LayoutBuilderRowItemInput!]!
- }