ArticleContentColumn Object
Description
A column containing multiple content blocks.
Declaration
type ArticleContentColumn {
id: ID
blocks: [ArticleContentBlock!]!
}
Fields
| Name | Type | Description |
|---|---|---|
id | ID | Unique identifier for the column. |
blocks | [ArticleContentBlock!]! | Content blocks within this column. |