BlockEditorContentRowColumnBlockInput Input
Description
Input type for a block within a column.
Declaration
input BlockEditorContentRowColumnBlockInput {
_id: ID!
type: BlockEditorBlockTypes!
data: JSON!
}
Fields
| Name | Type | Description |
|---|---|---|
_id | ID! | Internal database identifier. |
type | BlockEditorBlockTypes! | Type of block. |
data | JSON! | Block-specific data in JSON format. |